[asterisk-commits] qwell: trunk r333159 - /trunk/channels/chan_local.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 24 14:27:19 CDT 2011
Author: qwell
Date: Wed Aug 24 14:27:15 2011
New Revision: 333159
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=333159
Log:
Fix typo from r333070
Modified:
trunk/channels/chan_local.c
Modified: trunk/channels/chan_local.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_local.c?view=diff&rev=333159&r1=333158&r2=333159
==============================================================================
--- trunk/channels/chan_local.c (original)
+++ trunk/channels/chan_local.c Wed Aug 24 14:27:15 2011
@@ -916,7 +916,7 @@
"Uniqueid2: %s\r\n"
"Context: %s\r\n"
"Exten: %s\r\n"
- "LocalOptimization: %s\n",
+ "LocalOptimization: %s\r\n",
p->owner->name, p->chan->name, p->owner->uniqueid, p->chan->uniqueid,
p->context, p->exten,
ast_test_flag(p, LOCAL_NO_OPTIMIZATION) ? "Yes" : "No");
More information about the asterisk-commits
mailing list