Commit e416c09b authored by Per Buer's avatar Per Buer

added () to EXAMPLES for std.log

parent f4084bb4
...@@ -834,7 +834,7 @@ based on the request URL::: ...@@ -834,7 +834,7 @@ based on the request URL:::
sub vcl_fetch { sub vcl_fetch {
if (beresp.ttl < 120s) { if (beresp.ttl < 120s) {
std.log "Adjusting TTL"; std.log("Adjusting TTL");
set beresp.ttl = 120s; set beresp.ttl = 120s;
} }
} }
......
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