mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-03 20:21:33 +00:00
udev: ata_id: log faling ioctls as "debug"
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
ed2759e4f3
commit
335ee33408
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user