diff --git a/credential.c b/credential.c index d6647541634f38..def8dcc3847379 100644 --- a/credential.c +++ b/credential.c @@ -312,6 +312,8 @@ static int run_credential_helper(struct credential *c, else helper.no_stdout = 1; + helper.trace2_child_class = "cred"; + if (start_command(&helper) < 0) return -1;