diff -urN lighttpd-1.4.26-orig/src/configfile-glue.c lighttpd-1.4.26/src/configfile-glue.c --- lighttpd-1.4.26-orig/src/configfile-glue.c 2010-02-02 08:28:20 +0900 +++ lighttpd-1.4.26/src/configfile-glue.c 2010-06-28 14:27:12 +0900 @@ -75,7 +75,7 @@ buffer_copy_string_buffer(cv[i].destination, ds->value); } else { - log_error_write(srv, __FILE__, __LINE__, "ssss", cv[i].key, "should have been a string like ... = \"...\""); + log_error_write(srv, __FILE__, __LINE__, "ss", cv[i].key, "should have been a string like ... = \"...\""); return -1; }