diff -ruN tpop3d-cvs/main.c tpop3d/main.c --- tpop3d-cvs/main.c 2002-12-28 16:39:20.000000000 +0100 +++ tpop3d/main.c 2003-07-12 15:08:21.000000000 +0200 @@ -500,7 +500,7 @@ strip_domain = 1; if (append_domain && strip_domain) - log_print(LOG_WARNING, _("%s: specifying append-domain and strip-domain does not make much sense")); + log_print(LOG_WARNING, _("%s: specifying append-domain and strip-domain does not make much sense"), configfile); /* Should we disconnect any client which sends a USER command? */ if (config_get_bool("apop-only"))