aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_gtkconsole.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-21 18:47:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-21 18:47:43 +0000
commit9cf017b2ba04f28bcaa76421280b51053ac17746 (patch)
treed5fc7a8517fa827a868b978ffde86e5e3f98e475 /pbx/pbx_gtkconsole.c
parent0460919fa41a61eddcb3fbe1ee47ce1388a5ce83 (diff)
merge gtk part of 117507
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.20.1@117527 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_gtkconsole.c')
-rw-r--r--pbx/pbx_gtkconsole.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c
index 4a4c3ba45..75f1c8f10 100644
--- a/pbx/pbx_gtkconsole.c
+++ b/pbx/pbx_gtkconsole.c
@@ -139,6 +139,10 @@ static void __verboser(const char *_stuff)
static void verboser(const char *stuff)
{
+ if (*stuff == 127) {
+ stuff++;
+ }
+
ast_mutex_lock(&verb_lock);
/* Lock appropriately if we're really being called in verbose mode */
__verboser(stuff);