X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fkmod-setup.c;h=6ac0c9ff8dd95d0da9debd85a9d3203a8b260505;hp=3ce6fcc77b4734b6b4b9a23fb7b68aad6a8af6bc;hb=40b3203173ad78fdb5ceb257b08a93a587102518;hpb=1e3ad081efda42dd1cc737ce7e98be8889c78340 diff --git a/src/kmod-setup.c b/src/kmod-setup.c index 3ce6fcc77..6ac0c9ff8 100644 --- a/src/kmod-setup.c +++ b/src/kmod-setup.c @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** This file is part of systemd. @@ -99,7 +99,7 @@ int kmod_setup(void) { } if (WIFSIGNALED(status)) { - log_warning("/sbin/modprobe terminated by signal %s.", strsignal(WTERMSIG(status))); + log_warning("/sbin/modprobe terminated by signal %s.", signal_to_string(WTERMSIG(status))); return -EPROTO; }