From: wwp <subscript@free.fr>
To: linux-hotplug@vger.kernel.org
Subject: patch proposal: verbosity
Date: Sat, 22 Nov 2003 23:34:27 +0000 [thread overview]
Message-ID: <marc-linux-hotplug-106954412102834@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
Hi hotpluggers,
I've noticed that /var/log/messages was showing messages like below:
missing kernel or user mode driver <hid/mousedev>
when plugging-in/unplugging mouse, whereas both hid and mousedev
modules were already loaded.
The attached patch against hotplug.functions makes verbosity more
logical (or less confusing) to me. Does it sounds OK to you?
Regards,
--
wwp
[-- Attachment #2: hotplug.functions.patch --]
[-- Type: application/octet-stream, Size: 369 bytes --]
--- hotplug.functions.orig 2003-06-28 02:13:10.000000000 +0200
+++ hotplug.functions 2003-11-23 00:23:42.000000000 +0100
@@ -158,6 +158,9 @@
# (ioctls etc) not in setup scripts or modules.conf
LOADED=true
fi
+ else
+ debug_mesg "... already loaded module: $MODULE"
+ LOADED=true
fi
# always run setup scripts after any matching kernel code has had
reply other threads:[~2003-11-22 23:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-hotplug-106954412102834@msgid-missing \
--to=subscript@free.fr \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).