Merge branch 'master' of fs-git:freeswitch

This commit is contained in:
Raymond Chandler
2011-10-13 23:06:27 -04:00
+1 -1
View File
@@ -287,7 +287,7 @@ sub print_out
if(defined $filedebug)
{
open(DBG, ">>$filedebug");
$lcolor = 'reset' if(!(defined $debugfilecolors));
$lcolor = 'reset' if(!(defined $debugfilecolors));
print DBG color $lcolor if(!(defined $debugfilecolors));
print DBG $ltext;
close(DBG);