Commit 0717e6c3 authored by unknown's avatar unknown
Browse files

A post-merge fix.

parent 126375b1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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");

}