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 6f3905d commit 869790fCopy full SHA for 869790f
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