commit - fa8b83e69b0d7edcfdcf8f0a4496c79f9c5ec161
commit + dcb1951efdc21fc175817bca67aed01bee9749b4
blob - fb8db2c4c3842b8f0c1b58f4466c317e634b79a8
blob + d27a2ddbfa3a10e1e05d4be4df9342e069e0be7b
--- src/ngircd/conf.c
+++ src/ngircd/conf.c
}
if (CheckLegacyNoOption(Var, Arg)) {
- Config_Error(LOG_WARNING, "%s, line %d: \"No\"-Prefix has been removed, use "
- "\"%s = %s\" in [FEATURES] section instead",
+ Config_Error(LOG_WARNING, "%s, line %d: \"No\"-Prefix has been removed, use \"%s = %s\" in [FEATURES] section instead",
NGIRCd_ConfFile, Line, NoNo(Var), InvertArg(Arg));
if (strcasecmp(Var, "NoIdent") == 0)
WarnIdent(Line);