Skip to content
Snippets Groups Projects
Commit ab82c4dd authored by Marius Burkard's avatar Marius Burkard
Browse files

- addition for previous commit (moving warning message)

parent 4a0a74ce
No related branches found
No related tags found
No related merge requests found
...@@ -55,9 +55,11 @@ if(is_file($lockFile)) { ...@@ -55,9 +55,11 @@ if(is_file($lockFile)) {
exit; exit;
} }
} }
} else {
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";
} }
} }
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";
} }
// Set Lockfile // Set Lockfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment