summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-09-10 21:22:46 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-09-10 21:22:46 -0400
commit89f2848567ec16e019db4309cef0ebcd9a6c5196 (patch)
treec594d9a9f06a987391ccb95e85b52737dbcb6ad9 /src/udev/udevd.c
parent876565e4f64224574e7be2644dc3600aaa1b9b55 (diff)
udev - drop print_kmsg
The only remaining user was 'starting version XXX', which is now logged using log_info(). Basile: There were also print_kmsg in udev-event.c which I switched to log_info(). Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index a8ec498761..142c0d09da 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -1220,7 +1220,7 @@ int main(int argc, char *argv[]) {
write_string_file("/proc/self/oom_score_adj", "-1000");
}
- print_kmsg("starting version " VERSION "\n");
+ log_info("starting version " VERSION "\n");
if (!debug) {
int fd;