From: Thierry Vignaud <tvignaud@mandriva.com>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] udevinfo: specify which device isn't found in db
Date: Wed, 10 Aug 2005 11:22:33 +0000 [thread overview]
Message-ID: <m2y87aghom.fsf@vador.mandriva.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 40 bytes --]
specify which device isn't found in db:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 24_udev_info.diff --]
[-- Type: text/x-patch, Size: 364 bytes --]
--- ./udevinfo.c.tv2 2005-08-10 03:40:12.000000000 +0200
+++ ./udevinfo.c 2005-08-10 03:40:13.000000000 +0200
@@ -289,7 +289,7 @@
}
retval = udev_db_get_device(&udev, pos);
if (retval != 0) {
- fprintf(stderr, "device not found in database\n");
+ fprintf(stderr, "device not found in database (%s)\n", pos);
goto exit;
}
goto print;
next reply other threads:[~2005-08-10 11:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-10 11:22 Thierry Vignaud [this message]
2005-08-10 15:20 ` [PATCH] udevinfo: specify which device isn't found in db Kay Sievers
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=m2y87aghom.fsf@vador.mandriva.com \
--to=tvignaud@mandriva.com \
--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).