1
0
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:
Zdenek Kabelac 2012-03-01 21:46:31 +00:00
parent 1281a5e3d5
commit 0ab5e0e280

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