From 328468b906ee7644380141af2b9e41f9236155aa Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 7 Apr 2000 16:19:30 +0000 Subject: Oops. Left in some debug noise. -Erik git-svn-id: svn://busybox.net/trunk/busybox@439 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- kill.c | 2 -- procps/kill.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/kill.c b/kill.c index c6dc79f65..db4842457 100644 --- 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 diff --git a/procps/kill.c b/procps/kill.c index c6dc79f65..db4842457 100644 --- a/procps/kill.c +++ b/procps/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 -- cgit v1.2.3-55-g6feb