mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
Merge branch 'master' of fs-git:freeswitch
This commit is contained in:
commit
9780432913
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user