Skip to content
Snippets Groups Projects
Commit 69e814a5 authored by tbrehm's avatar tbrehm
Browse files

Changed the log level for master deb connection errors from error to warn.

parent 4dc5fbc5
No related branches found
No related tags found
No related merge requests found
......@@ -113,9 +113,7 @@ if($app->dbmaster->connect()) {
$app->plugins->loadPlugins('core');
}
} else {
$app->log("Unable to connect to master server.",LOGLEVEL_ERROR);
}
$app->log("Unable to connect to master server.",LOGLEVEL_WARN
// Remove lock
@unlink($conf["temppath"].$conf["fs_div"].".ispconfig_lock");
......
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