We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f3905d + 869790f commit 4760c18Copy full SHA for 4760c18
src/cred.rs
@@ -427,7 +427,7 @@ impl CredentialHelper {
427
let output = my_try!(p.wait_with_output());
428
if !output.status.success() {
429
debug!(
430
- "credential helper failed: {}\nstdout ---\n{}\nstdout ---\n{}",
+ "credential helper failed: {}\nstdout ---\n{}\nstderr ---\n{}",
431
output.status,
432
String::from_utf8_lossy(&output.stdout),
433
String::from_utf8_lossy(&output.stderr)
0 commit comments