A post-merge fix.

This commit is contained in:
unknown 2006-11-30 02:42:01 +03:00
parent 126375b16a
commit 0717e6c3c6

View file

@ -937,6 +937,12 @@ sub check_expected_crash_and_restart($)
}
}
}
if ($::instance_manager->{'spawner_pid'} eq $ret_pid)
{
return;
}
mtr_warning("check_expected_crash_and_restart couldn't find an entry for pid: $ret_pid");
}