Merge branch 'mb/local-clone-after-applying-insteadof'
[gitweb.git] / builtin / receive-pack.c
index 18458e81c6351d53afe1a50efff183889e5ab81b..92561bffc1ea4ba11d3fd45aa3e216edda3461f7 100644 (file)
@@ -438,7 +438,7 @@ static int update_shallow_ref(struct command *cmd, struct shallow_info *si)
        uint32_t mask = 1 << (cmd->index % 32);
        int i;
 
-       trace_printf_key("GIT_TRACE_SHALLOW",
+       trace_printf_key(&trace_shallow,
                         "shallow: update_shallow_ref %s\n", cmd->ref_name);
        for (i = 0; i < si->shallow->nr; i++)
                if (si->used_shallow[i] &&