diff --git a/credential.c b/credential.c index f6389a5068..2c981321ca 100644 --- a/credential.c +++ b/credential.c @@ -286,6 +286,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;