X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmod-sockcheck.c;h=d5888da4b81e1633cf2d39743aa63789a802b301;hb=7fe401a165cdfb1f102cf3d545e1dffb3896a2e9;hp=35ca27f116f8c9b2e065ee9a3b82366bbb84b7aa;hpb=da8cd3de6f2144016e9eeba741a138c6ac2663a7;p=srvx.git diff --git a/src/mod-sockcheck.c b/src/mod-sockcheck.c index 35ca27f..d5888da 100644 --- a/src/mod-sockcheck.c +++ b/src/mod-sockcheck.c @@ -1157,7 +1157,7 @@ sockcheck_read_conf(void) sockcheck_conf.local_addr_len = 0; sockcheck_conf.local_addr = NULL; if (str) - log_module(PC_LOG, LOG_ERROR, "Error: Unable to get host named `%s', not checking a specific address.", str); + log_module(PC_LOG, LOG_ERROR, "Error: Unable to get host named `%s', not checking from a specific address.", str); } } }