mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
FS-3598 --resolve
This commit is contained in:
parent
afd0e1fc01
commit
918d97becd
@ -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