diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-12-08 12:26:08 +0000 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-12-08 12:26:08 +0000 |
commit | 4c1ede779eab302e5db689ad9990c9aa2e56b237 (patch) | |
tree | 9e74d6f2a69125ef9048923c5ec80cf039267fc8 /src/reverse-proxy.c | |
parent | a257703e59163b4f38c38f549179b8e45ac68c63 (diff) | |
download | tinyproxy-4c1ede779eab302e5db689ad9990c9aa2e56b237.tar.gz tinyproxy-4c1ede779eab302e5db689ad9990c9aa2e56b237.zip |
Break at 80 columns
Diffstat (limited to '')
-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; } |