From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Vignaud Date: Wed, 10 Aug 2005 11:22:33 +0000 Subject: [PATCH] udevinfo: specify which device isn't found in db Message-Id: MIME-Version: 1 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: To: linux-hotplug@vger.kernel.org --=-=-= specify which device isn't found in db: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=24_udev_info.diff --- ./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; --=-=-=-- ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel