mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
Clarify log message (suggested by manxpower on #asterisk-dev)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@171963 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11624,7 +11624,7 @@ static int process_dahdi(struct dahdi_chan_conf *confp, const char *cat, struct
|
||||
ast_copy_string(defaultozz, v->value, sizeof(defaultozz));
|
||||
}
|
||||
} else if (!skipchannels)
|
||||
ast_log(LOG_WARNING, "Ignoring %s\n", v->name);
|
||||
ast_log(LOG_WARNING, "Ignoring any changes to '%s' (on reload)\n", v->name);
|
||||
}
|
||||
if (dahdichan[0]) {
|
||||
/* The user has set 'dahdichan' */
|
||||
|
||||
Reference in New Issue
Block a user