]> git.hungrycats.org Git - linux/commitdiff
Don't be so verbose about normal lack of modprobe
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Tue, 26 Feb 2002 03:43:09 +0000 (19:43 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Tue, 26 Feb 2002 03:43:09 +0000 (19:43 -0800)
kernel/kmod.c

index 081017010e88d812fff42e00141bcb058059da3a..1be201b46d3938ab151466bfda4294e2353c550c 100644 (file)
@@ -159,7 +159,7 @@ static int exec_modprobe(void * module_name)
 
        ret = exec_usermodehelper(modprobe_path, argv, envp);
        if (ret) {
-               printk(KERN_ERR
+               printk(KERN_DEBUG
                       "kmod: failed to exec %s -s -k %s, errno = %d\n",
                       modprobe_path, (char*) module_name, errno);
        }