diff options
| author | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-02-25 19:43:09 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-02-25 19:43:09 -0800 |
| commit | 7d06adb8c0bdd05a4e83156b95f3a3ea0597439b (patch) | |
| tree | 3a20d0da6fe48edbb49879711aaf2ae0459a98c0 | |
| parent | 9b1c51abad696c18d1c6192068266342366132e4 (diff) | |
Don't be so verbose about normal lack of modprobe
| -rw-r--r-- | kernel/kmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kmod.c b/kernel/kmod.c index 081017010e88..1be201b46d39 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c @@ -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); } |
