https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r171963 | tilghman | 2009-01-28 11:25:18 -0600 (Wed, 28 Jan 2009) | 2 lines
Clarify log message (suggested by manxpower on #asterisk-dev)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@171964
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
mwilevel = atoi(v->value);
}
} else if (!(options & PROC_DAHDI_OPT_NOWARN) )
- ast_log(LOG_WARNING, "Ignoring %s at line %d.\n", v->name, v->lineno);
+ ast_log(LOG_WARNING, "Ignoring any changes to '%s' (on reload) at line %d.\n", v->name, v->lineno);
}
if (dahdichan[0]) {
/* The user has set 'dahdichan' */