[asterisk-addons-commits] mnicholson: branch mnicholson/chan-mobile-refactor r755 - /team/mnicholson/ch...
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Tue Jan 27 16:15:23 CST 2009
Author: mnicholson
Date: Tue Jan 27 16:15:23 2009
New Revision: 755
URL: http://svn.digium.com/svn-view/asterisk-addons?view=rev&rev=755
Log:
fixed typo in debug output of configuration loader
Modified:
team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c
Modified: team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c
URL: http://svn.digium.com/svn-view/asterisk-addons/team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c?view=diff&rev=755&r1=754&r2=755
==============================================================================
--- team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c (original)
+++ team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c Tue Jan 27 16:15:23 2009
@@ -1986,7 +1986,7 @@
continue;
}
- ast_debug(1, "Reading cinfiguration for adapter %s %s.\n", id, address);
+ ast_debug(1, "Reading configuration for adapter %s %s.\n", id, address);
if (!(adapter = ast_calloc(1, sizeof(*adapter)))) {
ast_log(LOG_ERROR, "Skipping adapter %s. Error allocating memory.\n", id);
More information about the asterisk-addons-commits
mailing list