From: Kevin P. Fleming Date: Tue, 28 Mar 2006 22:14:50 +0000 (+0000) Subject: let's format that output sanely instead :-( X-Git-Tag: 1.4.0-beta1~2280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e255a172f09418e8a4c18a110c1a754b88e15b10;p=thirdparty%2Fasterisk.git let's format that output sanely instead :-( git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15816 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx.c b/pbx.c index 640b9e6c94..8372485916 100644 --- a/pbx.c +++ b/pbx.c @@ -2974,7 +2974,7 @@ static int handle_show_hints(int fd, int argc, char *argv[]) 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),