mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Replace goto with just log_debug
FIXME: temporal quick hack to make things green There might be a better reaction.
This commit is contained in:
parent
1281a5e3d5
commit
0ab5e0e280
@ -129,7 +129,7 @@ static int pvremove_single(struct cmd_context *cmd, const char *pv_name,
|
||||
}
|
||||
|
||||
if (!lvmetad_pv_gone(dev->dev))
|
||||
goto_out;
|
||||
log_debug("PV gone"); /* FIXME any better idea */
|
||||
|
||||
log_print("Labels on physical volume \"%s\" successfully wiped",
|
||||
pv_name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user