Commit bab3db55 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Fix typo

Spotted by: scn
parent 738a1385
......@@ -81,7 +81,7 @@ Description
Logs the string *s* to the shared memory log, using VSL tag
*SLT_VCL_Log*.
Example
std.log("Something fishy is going on with the vhost " + req.host);
std.log("Something fishy is going on with the vhost " + req.http.host);
$Function VOID syslog(INT priority, STRING_LIST s)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment