]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools/rmmod: consistently use ERR logging facility
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Sep 2024 15:49:08 +0000 (16:49 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 21 Sep 2024 15:53:12 +0000 (10:53 -0500)
commita6f9cd0707544be90bb622098e1f7271b60e8423
tree62432db7b5cf94f68e0d7178c6d50af3e8ea87bf
parent24fe68dcc1b4147dd2550306749cfa6b1582fb81
tools/rmmod: consistently use ERR logging facility

Currently we'll print "Module foo is in use by:" to syslog, while the
modules themselves will end up in strerr.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/138
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/rmmod.c