mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-3598 --resolve
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user