1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

udev: ata_id: log faling ioctls as "debug"

This commit is contained in:
Kay Sievers 2013-10-30 14:34:58 +01:00
parent a1da85830b
commit 1cb8df46cb

View File

@ -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;
}