diff --git a/mxqd.c b/mxqd.c index 68d599fe..f8e99efa 100644 --- a/mxqd.c +++ b/mxqd.c @@ -2442,8 +2442,9 @@ static int recover_from_previous_crash(struct mxq_server *server) mx_log_err("recover: server_fspool_scan: %m"); return res; } - if (res>0) - mx_log_info("recover: processed %d finished jobs from fspool",res); + /* Do not log slots returned, because this value is missleading with --recover-only as the current + * server may have much smaller slots then the previous server started with memory from + * mxqdctl-hostconfig */ res=lost_scan(server); if (res<0) {