added verbosity to denote it's ready

This commit is contained in:
Jordi Sanfeliu 2014-06-17 10:04:26 +02:00
parent 63130ad377
commit b5dcdf6804
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ if($config{max_historic_years} > 5) {
exit(0);
}
logger("Ok, done.") unless !$options{d};
logger("Ok, ready.");
while(1) {
local $SIG{'ALRM'} = sub { };