mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
debug: add space before uuid
With commit 8853462528
we added
uuid right after device name. Add space between them.
(Also fix some indenting)
This commit is contained in:
parent
12bbfbe89d
commit
9fe8c2da36
@ -1851,9 +1851,9 @@ static struct dm_ioctl *_do_dm_ioctl(struct dm_task *dmt, unsigned command,
|
|||||||
dmi->flags &= ~DM_EXISTS_FLAG; /* FIXME */
|
dmi->flags &= ~DM_EXISTS_FLAG; /* FIXME */
|
||||||
else {
|
else {
|
||||||
if (_log_suppress || dmt->ioctl_errno == EINTR)
|
if (_log_suppress || dmt->ioctl_errno == EINTR)
|
||||||
log_verbose("device-mapper: %s ioctl on %s%s%s%.0d%s%.0d%s%s "
|
log_verbose("device-mapper: %s ioctl on %s %s%s%.0d%s%.0d%s%s "
|
||||||
"failed: %s",
|
"failed: %s",
|
||||||
_cmd_data_v4[dmt->type].name,
|
_cmd_data_v4[dmt->type].name,
|
||||||
dmi->name, dmi->uuid,
|
dmi->name, dmi->uuid,
|
||||||
dmt->major > 0 ? "(" : "",
|
dmt->major > 0 ? "(" : "",
|
||||||
dmt->major > 0 ? dmt->major : 0,
|
dmt->major > 0 ? dmt->major : 0,
|
||||||
@ -1863,7 +1863,7 @@ static struct dm_ioctl *_do_dm_ioctl(struct dm_task *dmt, unsigned command,
|
|||||||
dmt->major > 0 ? ")" : "",
|
dmt->major > 0 ? ")" : "",
|
||||||
strerror(dmt->ioctl_errno));
|
strerror(dmt->ioctl_errno));
|
||||||
else
|
else
|
||||||
log_error("device-mapper: %s ioctl on %s%s%s%.0d%s%.0d%s%s "
|
log_error("device-mapper: %s ioctl on %s %s%s%.0d%s%.0d%s%s "
|
||||||
"failed: %s",
|
"failed: %s",
|
||||||
_cmd_data_v4[dmt->type].name,
|
_cmd_data_v4[dmt->type].name,
|
||||||
dmi->name, dmi->uuid,
|
dmi->name, dmi->uuid,
|
||||||
|
Loading…
Reference in New Issue
Block a user