selftest: fix printf in cleanup_child()
authorMichael Adam <obnox@samba.org>
Fri, 13 May 2016 22:38:48 +0000 (00:38 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 24 May 2016 08:12:19 +0000 (10:12 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
selftest/target/Samba.pm

index 6f37aa3e46ac5b3bf992695bd91e2848e3f8c439..7bab462e0e6b4db740b0a6509b01db918abee00d 100644 (file)
@@ -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) {