diff --git a/mxqd.c b/mxqd.c index 0ab0226a..7992e232 100644 --- a/mxqd.c +++ b/mxqd.c @@ -2448,8 +2448,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) {