1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

revert incomplete inconsistent log message change for now

This commit is contained in:
Alasdair Kergon 2011-08-19 16:49:00 +00:00
parent ba7df3de88
commit c3d985c3ad

View File

@ -1639,10 +1639,9 @@ static struct dm_ioctl *_do_dm_ioctl(struct dm_task *dmt, unsigned command,
_cmd_data_v4[dmt->type].name,
strerror(errno));
else
log_error("device-mapper: %s ioctl for %s "
log_error("device-mapper: %s ioctl "
"failed: %s",
_cmd_data_v4[dmt->type].name,
dmi->name ? dmi->name : dmi->uuid,
strerror(errno));
_dm_zfree_dmi(dmi);
return NULL;