mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-17 06:04:23 +03:00
debug: missing stacktrace
This commit is contained in:
parent
16241b2dc7
commit
608418e4f2
@ -4992,7 +4992,7 @@ struct volume_group *vg_read(struct cmd_context *cmd, const char *vg_name, const
|
|||||||
if (!(vg_read_flags & READ_OK_NOTFOUND))
|
if (!(vg_read_flags & READ_OK_NOTFOUND))
|
||||||
log_error("Volume group \"%s\" not found", vg_name);
|
log_error("Volume group \"%s\" not found", vg_name);
|
||||||
failure |= FAILED_NOTFOUND;
|
failure |= FAILED_NOTFOUND;
|
||||||
goto bad;
|
goto_bad;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -5008,7 +5008,7 @@ struct volume_group *vg_read(struct cmd_context *cmd, const char *vg_name, const
|
|||||||
if (!(vg_read_flags & READ_OK_NOTFOUND))
|
if (!(vg_read_flags & READ_OK_NOTFOUND))
|
||||||
log_error("Volume group \"%s\" not found.", vg_name);
|
log_error("Volume group \"%s\" not found.", vg_name);
|
||||||
failure |= FAILED_NOTFOUND;
|
failure |= FAILED_NOTFOUND;
|
||||||
goto bad;
|
goto_bad;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user