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:
parent
830ece75e8
commit
f188c9e403
@ -529,7 +529,7 @@ const char *device_id_system_read(struct cmd_context *cmd, struct device *dev, u
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!sysbuf[0])
|
if (!sysbuf[0])
|
||||||
goto_bad;
|
goto bad;
|
||||||
|
|
||||||
if (!(idname = strdup(sysbuf)))
|
if (!(idname = strdup(sysbuf)))
|
||||||
goto_bad;
|
goto_bad;
|
||||||
|
Loading…
Reference in New Issue
Block a user