From: Russell Bryant Date: Wed, 28 Feb 2007 19:58:56 +0000 (+0000) Subject: Minor formatting change X-Git-Tag: 1.4.1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=315c9614cbc13cf6e4bfd91dbb82d1d2b28ffd00;p=thirdparty%2Fasterisk.git Minor formatting change git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@57146 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 5688a61e44..b3f4910f3e 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -1014,13 +1014,13 @@ static int sla_show_trunks(int fd, int argc, char **argv) ast_cli(fd, "=== ---------------------------------------------------------\n" "=== Trunk Name: %s\n" "=== ==> Device: %s\n" - "=== ==> AutoContext: %s\n" - "=== ==> RingTimeout: %s\n" - "=== ==> BargeAllowed: %s\n" - "=== ==> Stations ...\n", - trunk->name, trunk->device, - S_OR(trunk->autocontext, "(none)"), - ring_timeout, + "=== ==> AutoContext: %s\n" + "=== ==> RingTimeout: %s\n" + "=== ==> BargeAllowed: %s\n" + "=== ==> Stations ...\n", + trunk->name, trunk->device, + S_OR(trunk->autocontext, "(none)"), + ring_timeout, trunk->barge_disabled ? "No" : "Yes"); AST_RWLIST_RDLOCK(&sla_stations); AST_LIST_TRAVERSE(&trunk->stations, station_ref, entry)