diff options
Diffstat (limited to 'src/reverse-proxy.c')
-rw-r--r-- | src/reverse-proxy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reverse-proxy.c b/src/reverse-proxy.c index 2ed98b4..db07bae 100644 --- a/src/reverse-proxy.c +++ b/src/reverse-proxy.c @@ -51,7 +51,8 @@ reversepath_add (const char *path, const char *url) if (path && *path != '/') { log_message (LOG_WARNING, - "Skipping reverse proxy rule: path '%s' doesn't start with a /", + "Skipping reverse proxy rule: path '%s' " + "doesn't start with a /", path); return; } |