1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Debug printouts

This commit is contained in:
Magnus Svensson
2008-08-11 10:41:23 +02:00
parent 3a72c5bf61
commit 788362de81
2 changed files with 5 additions and 2 deletions

View File

@ -88,7 +88,8 @@ sub mtr_get_unique_id($$) {
msg("taken: $id, $pid");
# Check if process with given pid is alive
if(!process_alive($pid)) {
msg("Removing slot $id used by missing process $pid");;
print "Removing slot $id used by missing process $pid\n";
msg("Removing slot $id used by missing process $pid");
delete $taken{$id};
$changed++;
}