[canopy-httpd] r1122 committed - more compact statement

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 14, 2010, 11:50:22 PM12/14/10
to canopy-s...@googlegroups.com
Revision: 1122
Author: phrakt
Date: Tue Dec 14 20:46:15 2010
Log: more compact statement

http://code.google.com/p/canopy-httpd/source/detail?r=1122

Modified:
/trunk/src/sbin/httpd/conf.c

=======================================
--- /trunk/src/sbin/httpd/conf.c Sun Dec 12 13:29:18 2010
+++ /trunk/src/sbin/httpd/conf.c Tue Dec 14 20:46:15 2010
@@ -141,8 +141,7 @@
int
httpd_conf_load(void)
{
- httpd_log_debug("loading configuration file %s",
- httpd_conf_path);
+ httpd_log_debug("loading configuration file %s", httpd_conf_path);
if (cnp_conf_parse(httpd_conf, httpd_conf_path) == -1) {
httpd_log_err("failed to load configuration file");
return (-1);

Reply all
Reply to author
Forward
0 new messages