We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f0d97 commit a6db572Copy full SHA for a6db572
refs/debug.c
@@ -47,7 +47,8 @@ static int debug_transaction_prepare(struct ref_store *refs,
47
transaction->ref_store = drefs->refs;
48
res = drefs->refs->be->transaction_prepare(drefs->refs, transaction,
49
err);
50
- trace_printf_key(&trace_refs, "transaction_prepare: %d\n", res);
+ trace_printf_key(&trace_refs, "transaction_prepare: %d \"%s\"\n", res,
51
+ err->buf);
52
return res;
53
}
54
0 commit comments