1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-14 04:59:04 +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:
Zdenek Kabelac 2012-03-01 21:46:31 +00:00
parent a75b0d4ee6
commit 2236c69c42

View File

@ -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);