summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--selftest/target/Samba.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba.pm b/selftest/target/Samba.pm
index 6f37aa3e46a..7bab462e0e6 100644
--- a/selftest/target/Samba.pm
+++ b/selftest/target/Samba.pm
@@ -321,7 +321,7 @@ sub cleanup_child($$)
if ($childpid == 0) {
} elsif ($childpid < 0) {
- printf STDERR "%s child process %d isn't here any more\n",
+ printf STDERR "%s child process %d isn't here any more\n", $name, $pid;
return $childpid;
}
elsif ($? & 127) {