Update tests/libgit2/checkout/checkout_helpers.c

This commit is contained in:
Edward Thomson
2025-06-05 14:18:41 +01:00
committed by GitHub
parent 3e631d4983
commit ee002304e3

View File

@@ -90,8 +90,10 @@ int checkout_count_callback(
if (ct->debug) {
if (workdir)
fprintf(stderr, "M %s\n", workdir->path);
else if(baseline)
else if (baseline)
fprintf(stderr, "D %s\n", baseline->path);
else
fprintf(stderr, "invalid notification - no workdir or baseline path\n");
}
}