]> git.ipfire.org Git - thirdparty/git.git/blobdiff - progress.c
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / progress.c
index 66ad941cf6b828124077e979830b390251315302..31014e6fca0512d16b0fbcc35c7fbfd43426e5c8 100644 (file)
@@ -332,13 +332,9 @@ void stop_progress(struct progress **p_progress)
                        trace2_data_intmax("progress", the_repository,
                                           "total_bytes",
                                           (*p_progress)->throughput->curr_total);
-       }
 
-       trace2_region_leave("progress",
-                           p_progress && *p_progress
-                               ? (*p_progress)->title
-                               : NULL,
-                           the_repository);
+               trace2_region_leave("progress", (*p_progress)->title, the_repository);
+       }
 
        stop_progress_msg(p_progress, _("done"));
 }