print to correct file handle.
This commit is contained in:
parent
e79b5e5a03
commit
fe75b701e9
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ sub ProcessCommit($$) {
|
|||
print LOG "Started $commitId in $pid at $now\n";
|
||||
sleep 5;
|
||||
$now = strftime("%Y-%m-%d %H:%M:%S", localtime);
|
||||
print "Finished $commitId in $pid at $now\n";
|
||||
print LOG "Finished $commitId in $pid at $now\n";
|
||||
close LOG;
|
||||
}
|
||||
##############################################################################
|
||||
|
|
Loading…
Reference in a new issue