mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
debug: drop extra tracing
Stack tracing after log_error() is not needed.
This commit is contained in:
parent
cc5cfb88d7
commit
db6d9e04af
@ -2742,7 +2742,7 @@ static int _vdo_emit_segment_line(struct dm_task *dmt,
|
||||
/* Unlike normal targets, current VDO requires device path */
|
||||
if (dm_snprintf(data_dev, sizeof(data_dev), "/dev/dm-%u", seg->vdo_data->info.minor) < 0) {
|
||||
log_error("Can create VDO data volume path for %s.", data);
|
||||
return_0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
EMIT_PARAMS(pos, "%s %u %s " FMTu64 " " FMTu64 " %u on %s %s "
|
||||
|
Loading…
Reference in New Issue
Block a user