bugfixes and preparing for 6.2.3 release
This commit is contained in:
parent
1713df81c6
commit
eeecbe8afb
10 changed files with 47 additions and 18 deletions
|
|
@ -375,7 +375,7 @@ The message you wish to write to the log.
|
|||
|
||||
sub writeLog {
|
||||
if (my $log = FileHandle->new(">>".$WebGUI::Session::session{config}{logfile})) {
|
||||
print $log $_[0];
|
||||
print $log "\n".$_[0];
|
||||
printf $log '%s:%d (sub %s) ',(caller(2))[1,2,3];
|
||||
$log->close;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue