X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmodules-load%2Fmodules-load.c;h=5d141a893526190d4cc9e604536bc87a856bde6f;hb=9f6445e34a57c270f013c9416c123e56261553dd;hp=0fa7807bbbf973481cee95c4ae414f12941dab42;hpb=ae98841e63a2624700db84ba44217f768b090d99;p=elogind.git diff --git a/src/modules-load/modules-load.c b/src/modules-load/modules-load.c index 0fa7807bb..5d141a893 100644 --- a/src/modules-load/modules-load.c +++ b/src/modules-load/modules-load.c @@ -118,7 +118,7 @@ static int load_module(struct kmod_ctx *ctx, const char *m) { struct kmod_list *itr, *modlist = NULL; int r = 0; - log_debug("load: %s\n", m); + log_debug("load: %s", m); r = kmod_module_new_from_lookup(ctx, m, &modlist); if (r < 0) { @@ -186,7 +186,7 @@ static int apply_file(struct kmod_ctx *ctx, const char *path, bool ignore_enoent return r; } - log_debug("apply: %s\n", path); + log_debug("apply: %s", path); for (;;) { char line[LINE_MAX], *l; int k;