[asterisk-commits] trunk r15816 - /trunk/pbx.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Mar 28 15:14:51 MST 2006


Author: kpfleming
Date: Tue Mar 28 16:14:50 2006
New Revision: 15816

URL: http://svn.digium.com/view/asterisk?rev=15816&view=rev
Log:
let's format that output sanely instead :-(

Modified:
    trunk/pbx.c

Modified: trunk/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx.c?rev=15816&r1=15815&r2=15816&view=diff
==============================================================================
--- trunk/pbx.c (original)
+++ trunk/pbx.c Tue Mar 28 16:14:50 2006
@@ -2974,7 +2974,7 @@
 		watchers = 0;
 		for (watcher = hint->callbacks; watcher; watcher = watcher->next)
 			watchers++;
-		ast_cli(fd, "   %-20.20s@%20s: %-20.20s  State:%-15.15s Watchers %2d\n",
+		ast_cli(fd, "   %20s@%-20.20s: %-20.20s  State:%-15.15s Watchers %2d\n",
 			ast_get_extension_name(hint->exten),
 			ast_get_context_name(ast_get_extension_context(hint->exten)),
 			ast_get_extension_app(hint->exten),



More information about the asterisk-commits mailing list