Skip to content

Commit ab82c4d

Browse files
author
Marius Burkard
committed
- addition for previous commit (moving warning message)
1 parent 4a0a74c commit ab82c4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/cron.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@
5555
exit;
5656
}
5757
}
58+
} else {
59+
if($conf['log_priority'] <= LOGLEVEL_WARN) print @date('d.m.Y-H:i').' - WARNING - There is already a lockfile set, but no process running with this pid (' . $pid . '). Continuing.' . "\n";
60+
5861
}
5962
}
60-
if($conf['log_priority'] <= LOGLEVEL_WARN) print @date('d.m.Y-H:i').' - WARNING - There is already a lockfile set, but no process running with this pid (' . $pid . '). Continuing.' . "\n";
6163
}
6264

6365
// Set Lockfile

0 commit comments

Comments
 (0)