1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00

Some space before starting teh app

This commit is contained in:
Daniel Berteaud 2015-02-27 17:01:43 +01:00
parent 63dbf66b89
commit 9ffbe83a98

View File

@ -1995,6 +1995,7 @@ if (!app->db){
if (!app->check_db_version){
$error = 'ERROR_DB_VERSION_MISMATCH';
}
# Are we running in hypnotoad ?
app->config(
hypnotoad => {
@ -2003,6 +2004,8 @@ app->config(
proxy => 1
}
);
app->log->info('Starting VROOM daemon');
# And start, lets VROOM !!
app->start;