Skip to content

Commit

Permalink
mxqd: Fix crash recover message
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jul 29, 2015
1 parent cd1d7aa commit 6d7649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,7 @@ int main(int argc, char *argv[])
fail = 1;
}
if (res > 0)
mx_log_warning("total %d jobs recovered from previous crash.");
mx_log_warning("total %d jobs recovered from previous crash.", res);

while (!global_sigint_cnt && !global_sigterm_cnt && !fail) {
slots_returned = catchall(&server);
Expand Down

0 comments on commit 6d7649a

Please sign in to comment.