]> sourceware.org Git - lvm2.git/commitdiff
Replace goto with just log_debug
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 1 Mar 2012 21:46:31 +0000 (21:46 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 1 Mar 2012 21:46:31 +0000 (21:46 +0000)
FIXME: temporal quick hack to make things green
There might be a better reaction.

tools/pvremove.c

index 4c3628b7af600b615d4d92a9288fe8dc41aa8dc5..779ab355811ca9a8e5349a860bf246a60c493154 100644 (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);
This page took 0.028663 seconds and 5 git commands to generate.