Remove debug noise
-Erik
This commit is contained in:
parent
a6c752201e
commit
5d68857b9c
2
kill.c
2
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
|
||||
printf("killed %d\n", *pidList);
|
||||
}
|
||||
/* Note that we don't bother to free the memory
|
||||
* allocated in findPidByName(). It will be freed
|
||||
|
@ -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
|
||||
printf("killed %d\n", *pidList);
|
||||
}
|
||||
/* Note that we don't bother to free the memory
|
||||
* allocated in findPidByName(). It will be freed
|
||||
|
Loading…
Reference in New Issue
Block a user