mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +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");
|
open(DBG, ">>$filedebug");
|
||||||
$lcolor = 'reset' if(!(defined $debugfilecolors));
|
$lcolor = 'reset' if(!(defined $debugfilecolors));
|
||||||
print DBG color $lcolor;
|
print DBG color $lcolor if(!(defined $debugfilecolors));
|
||||||
print DBG $ltext;
|
print DBG $ltext;
|
||||||
close(DBG);
|
close(DBG);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user