]> sourceware.org Git - lvm2.git/commitdiff
debug: missing trace
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 13 Jun 2018 13:56:58 +0000 (15:56 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 14 Jun 2018 20:02:01 +0000 (22:02 +0200)
tools/toollib.c

index 7caab4539b03936819f0660b7ab6315bddd2a2c3..f64bd586560a66176c2b11641e501d9825deed59 100644 (file)
@@ -1963,6 +1963,7 @@ static int _process_vgnameid_list(struct cmd_context *cmd, uint32_t read_flags,
                log_very_verbose("Processing VG %s %s", vg_name, uuid);
 
                if (!lockd_vg(cmd, vg_name, NULL, 0, &lockd_state)) {
+                       stack;
                        ret_max = ECMD_FAILED;
                        report_log_ret_code(ret_max);
                        continue;
This page took 0.044844 seconds and 5 git commands to generate.