commit fe432673cdcb94ae397f07f4c3b98f9c52569b46 parent 0038712898a0f5f40f1ca264aecc35b6716992d0 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 27 Jan 2010 17:12:10 +0000 %s Diffstat:
| M | src/daemon/daemon.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c @@ -1686,7 +1686,7 @@ MHD_start_daemon_va (unsigned int options, { #if HAVE_MESSAGES MHD_DLOG (retVal, - "Failed to create pool thread: %d\n", STRERROR (errno)); + "Failed to create pool thread: %s\n", STRERROR (errno)); #endif /* Free memory for this worker; cleanup below handles * all previously-created workers. */