Skip to content

Commit eaeccb4

Browse files
committed
Warn on kill
1 parent 2757b77 commit eaeccb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libutil/unix/processes.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pid_t Pid::release()
127127

128128
void killUser(uid_t uid)
129129
{
130-
debug("killing all processes running under uid '%1%'", uid);
130+
warn("killing all processes running under uid '%1%'", uid);
131131

132132
assert(uid != 0); /* just to be safe... */
133133

0 commit comments

Comments
 (0)