conf: adapt a log message (add quotes to string value)
authorMichael Adam <obnox@samba.org>
Mon, 21 Dec 2009 23:10:57 +0000 (00:10 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 21 Dec 2009 23:15:00 +0000 (00:15 +0100)
Michael

src/conf.c

index a35f8188b60f82f3796ca0efe82003d7713b500a..c01aadf9efc249d57a445c64d058f99b30b2bee0 100644 (file)
@@ -655,7 +655,7 @@ static HANDLE_FUNC (handle_viaproxyname)
         if (r)
                 return r;
         log_message (LOG_INFO,
-                     "Setting \"Via\" header to %s",
+                     "Setting \"Via\" header to '%s'",
                      conf->via_proxy_name);
         return 0;
 }