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

debug: missing stacktrace

This commit is contained in:
Zdenek Kabelac 2024-10-25 23:21:13 +02:00
parent 16241b2dc7
commit 608418e4f2

View File

@ -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))
log_error("Volume group \"%s\" not found", vg_name);
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))
log_error("Volume group \"%s\" not found.", vg_name);
failure |= FAILED_NOTFOUND;
goto bad;
goto_bad;
}
/*