commit 68ce777164047c16f461f8e53b9a6d4aa2e26efe from: Omar Polo via: Thomas Adam date: Mon Feb 20 16:18:17 2023 UTC gitconfig.c: unbreak build when GITCONFIG_DEBUG is defined commit - be94c03278021d1c6dbcd4a9b53014432f48ae4a commit + 68ce777164047c16f461f8e53b9a6d4aa2e26efe blob - ec98a208b69882b94e43d20652e66ec9a9ccf6f4 blob + 24cc3489c343a5616f276ada4b0801cd5115dacd --- lib/gitconfig.c +++ lib/gitconfig.c @@ -179,7 +179,7 @@ conf_set_now(struct got_gitconfig *conf, char *section conf_remove_now(conf, section, tag); else if (got_gitconfig_get_str(conf, section, tag)) { if (!is_default) - LOG_DBG((LOG_MISC, + LOG_DBG((LOG_MISC, 95, "conf_set_now: duplicate tag [%s]:%s, " "ignoring...\n", section, tag)); return 1;