[master] 4776a39 Fix example
Federico G. Schwindt
fgsch at lodoss.net
Tue Jan 20 12:40:27 CET 2015
commit 4776a39fa7d93f1aace0d3a1e69ad2c59dc4a3e5
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Tue Jan 20 11:39:32 2015 +0000
Fix example
Spotted by Kristian.
diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index 1d04f0a..487e52d 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -92,7 +92,7 @@ Description
Example
std.syslog(9, "Something is wrong");
- This will send a message to syslog using LOG_USER | LOG_PID.
+ This will send a message to syslog using LOG_USER | LOG_ALERT.
$Function STRING fileread(PRIV_CALL, STRING)
More information about the varnish-commit
mailing list