]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Clarify log message (suggested by manxpower on #asterisk-dev)
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 28 Jan 2009 17:25:18 +0000 (17:25 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 28 Jan 2009 17:25:18 +0000 (17:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@171963 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_dahdi.c

index 81498b3726701556608f6e45708b51d27d5a683f..e5fe726660effe0ed5f778c66b73966adfa7d883 100644 (file)
@@ -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' */