From 7bbf3941cd097d30f20a1eb84078f0c8e548e76e Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 28 May 2019 14:48:14 +0200 Subject: [PATCH] Print the git url to the logs It's useful for debugging users's issues. --- gj_common/gitjournal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gj_common/gitjournal.c b/gj_common/gitjournal.c index cb31026e..9049dd66 100644 --- a/gj_common/gitjournal.c +++ b/gj_common/gitjournal.c @@ -351,7 +351,7 @@ int credentials_cb(git_cred **out, const char *url, const char *username_from_ur } gj_log_internal("UsernameProvided: %s\n", username_from_url); - gj_log_internal("Allowed Types: %d\n", allowed_types); + gj_log_internal("Url: %s\n", url); if (!(allowed_types & GIT_CREDTYPE_SSH_KEY)) {