[asterisk-commits] jdixon: branch jdixon/chan_usbradio-1.4 r146805 - /team/jdixon/chan_usbradio-...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 6 16:14:09 CDT 2008
Author: jdixon
Date: Mon Oct 6 16:14:09 2008
New Revision: 146805
URL: http://svn.digium.com/view/asterisk?view=rev&rev=146805
Log:
Fixed mis-spelling of 'Diretory'
Modified:
team/jdixon/chan_usbradio-1.4/channels/chan_echolink.c
Modified: team/jdixon/chan_usbradio-1.4/channels/chan_echolink.c
URL: http://svn.digium.com/view/asterisk/team/jdixon/chan_usbradio-1.4/channels/chan_echolink.c?view=diff&rev=146805&r1=146804&r2=146805
==============================================================================
--- team/jdixon/chan_usbradio-1.4/channels/chan_echolink.c (original)
+++ team/jdixon/chan_usbradio-1.4/channels/chan_echolink.c Mon Oct 6 16:14:09 2008
@@ -2079,7 +2079,7 @@
close(sock);
pp = (dir_partial) ? "partial" : "full";
cc = (dir_compressed) ? "compressed" : "un-compressed";
- ast_log(LOG_NOTICE,"Diretory pgm done downloading(%s,%s), %d records\n",pp,cc,n);
+ ast_log(LOG_NOTICE,"Directory pgm done downloading(%s,%s), %d records\n",pp,cc,n);
if (debug && dir_compressed) ast_log(LOG_NOTICE,"Got snapshot_id: %s\n",snapshot_id);
return(dir_compressed);
}
More information about the asterisk-commits
mailing list