Skip to content

Commit

Permalink
failed software upgrades are an error
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 28, 2014
1 parent 6b79916 commit a0c8c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -122,7 +122,7 @@ sub _reap {

# Clean up failed upgrade
return unless ($self->{new} || '') eq $pid;
$self->prefork->app->log->info('Zero downtime software upgrade failed.');
$self->prefork->app->log->error('Zero downtime software upgrade failed.');
delete @$self{qw(new upgrade)};
}

Expand Down

0 comments on commit a0c8c19

Please sign in to comment.