A post-merge fix.

This commit is contained in:
kostja@bodhi.local 2006-11-30 02:42:01 +03:00
parent 9fa2b75804
commit 1cee31a6fd

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");
}