Commit ab82c4dd authored by Marius Burkard's avatar Marius Burkard
Browse files

- addition for previous commit (moving warning message)

parent 4a0a74ce
......@@ -55,9 +55,11 @@ if(is_file($lockFile)) {
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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment