]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Downgrade log level when modules.dep{,.bin} don't exist
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 17 Feb 2012 07:00:09 +0000 (05:00 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 17 Feb 2012 07:00:09 +0000 (05:00 -0200)
libkmod/libkmod.c

index 36af20109961b29fbb8f50ab2db4ab26fc0b6345..8c91a7c5806a2d232cf9ad3cf948c80587a20a13 100644 (file)
@@ -515,7 +515,7 @@ char *kmod_search_moddep(struct kmod_ctx *ctx, const char *name)
 
        idx = index_file_open(fn);
        if (idx == NULL) {
-               ERR(ctx, "could not open moddep file '%s'\n", fn);
+               DBG(ctx, "could not open moddep file '%s'\n", fn);
                return NULL;
        }