[systemd-commits] src/udev
Kay Sievers
kay at kemper.freedesktop.org
Wed Oct 30 14:50:38 CET 2013
src/udev/ata_id/ata_id.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1cb8df46cb958daa5305c16e7b42ac22524ccd4d
Author: Kay Sievers <kay at vrfy.org>
Date: Wed Oct 30 14:34:58 2013 +0100
udev: ata_id: log faling ioctls as "debug"
diff --git a/src/udev/ata_id/ata_id.c b/src/udev/ata_id/ata_id.c
index 68a06b9..d375d43 100644
--- a/src/udev/ata_id/ata_id.c
+++ b/src/udev/ata_id/ata_id.c
@@ -501,7 +501,7 @@ int main(int argc, char *argv[])
} else {
/* If this fails, then try HDIO_GET_IDENTITY */
if (ioctl(fd, HDIO_GET_IDENTITY, &id) != 0) {
- log_info("HDIO_GET_IDENTITY failed for '%s': %m\n", node);
+ log_debug("HDIO_GET_IDENTITY failed for '%s': %m\n", node);
rc = 2;
goto close;
}
More information about the systemd-commits
mailing list