From 918d97becdb13956f09c7f6b55f8eed9cb5a5b29 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Thu, 13 Oct 2011 10:51:34 -0500 Subject: [PATCH] FS-3598 --resolve --- scripts/trace/sipgrep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/trace/sipgrep b/scripts/trace/sipgrep index 7bd5daed4d..474a2d5c7b 100755 --- a/scripts/trace/sipgrep +++ b/scripts/trace/sipgrep @@ -287,7 +287,7 @@ sub print_out { open(DBG, ">>$filedebug"); $lcolor = 'reset' if(!(defined $debugfilecolors)); - print DBG color $lcolor; + print DBG color $lcolor if(!(defined $debugfilecolors)); print DBG $ltext; close(DBG); }