diff options
Diffstat (limited to 'core/load-git.c')
-rw-r--r-- | core/load-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/load-git.c b/core/load-git.c index 9e5924ea1..b7353763f 100644 --- a/core/load-git.c +++ b/core/load-git.c @@ -1630,7 +1630,7 @@ static int walk_tree_file(const char *root, const git_tree_entry *entry, struct dive_trip_t *trip = state->active_trip; const char *name = git_tree_entry_name(entry); if (verbose > 1) - fprintf(stderr, "git load handling file %s\n", name); + SSRF_INFO("git load handling file %s\n", name); switch (*name) { case '-': case '+': if (dive) |