commit fee52bbff055c2853bc5f657f511f4851338a19a from: Omar Polo date: Sat Feb 18 17:08:26 2023 UTC gitconfig.c: unbreak build when GITCONFIG_DEBUG is defined commit - 123836732402b1204e5be68f98a69084285c316d commit + fee52bbff055c2853bc5f657f511f4851338a19a blob - 5686d144cf2388c7a2848cdd9da705bbd1d7f295 blob + 051d4280aa3dc2e52ca93a72e5ada64c8ae4b865 --- lib/gitconfig.c +++ lib/gitconfig.c @@ -177,7 +177,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;