Some space before starting teh app

master
Daniel Berteaud 10 years ago
parent 63dbf66b89
commit 9ffbe83a98
  1. 3
      vroom.pl

@ -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;

Loading…
Cancel
Save