1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

device_id: remove debug trace

for common case where a device id type is not used.
This commit is contained in:
David Teigland 2022-10-24 16:19:05 -05:00
parent 830ece75e8
commit f188c9e403

View File

@ -529,7 +529,7 @@ const char *device_id_system_read(struct cmd_context *cmd, struct device *dev, u
}
if (!sysbuf[0])
goto_bad;
goto bad;
if (!(idname = strdup(sysbuf)))
goto_bad;