Oops. Left in some debug noise.
authorErik Andersen <andersen@codepoet.org>
Fri, 7 Apr 2000 16:19:30 +0000 (16:19 -0000)
committerErik Andersen <andersen@codepoet.org>
Fri, 7 Apr 2000 16:19:30 +0000 (16:19 -0000)
 -Erik

kill.c
procps/kill.c

diff --git a/kill.c b/kill.c
index c6dc79f65a5ba145030bf38433b2a8212d107512..db4842457595cfff0772840f74fd9aa50e1903ca 100644 (file)
--- a/kill.c
+++ b/kill.c
@@ -230,8 +230,6 @@ extern int kill_main(int argc, char **argv)
                        for(; pidList && pidList!=0; pidList++) {
                                if (kill(*pidList, sig) != 0) 
                                        fatalError( "Could not kill pid '%d': %s\n", *pidList, strerror(errno));
-                               else
-                                       errorMsg( "killed pid '%d'\n", *pidList);
                        }
                        /* Note that we don't bother to free the memory
                         * allocated in findPidByName().  It will be freed
index c6dc79f65a5ba145030bf38433b2a8212d107512..db4842457595cfff0772840f74fd9aa50e1903ca 100644 (file)
@@ -230,8 +230,6 @@ extern int kill_main(int argc, char **argv)
                        for(; pidList && pidList!=0; pidList++) {
                                if (kill(*pidList, sig) != 0) 
                                        fatalError( "Could not kill pid '%d': %s\n", *pidList, strerror(errno));
-                               else
-                                       errorMsg( "killed pid '%d'\n", *pidList);
                        }
                        /* Note that we don't bother to free the memory
                         * allocated in findPidByName().  It will be freed