Warn really only needs one arg.
This commit is contained in:
parent
746bc48850
commit
da78998795
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ my $LOCK_CLEANUP_CODE = sub {
|
|||
sub DieLog ($;$) {
|
||||
DoLog("die", undef, $_[0], $_[1]);
|
||||
}
|
||||
sub WarnLog ($$) {
|
||||
sub WarnLog ($;$) {
|
||||
DoLog("warn", $_[0], $_[1]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue