Skip to content

Commit 4760c18

Browse files
authored
Merge pull request #771 from gibfahn/log_typo
Fix stdout->stderr typo in cred.rs
2 parents 6f3905d + 869790f commit 4760c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cred.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ impl CredentialHelper {
427427
let output = my_try!(p.wait_with_output());
428428
if !output.status.success() {
429429
debug!(
430-
"credential helper failed: {}\nstdout ---\n{}\nstdout ---\n{}",
430+
"credential helper failed: {}\nstdout ---\n{}\nstderr ---\n{}",
431431
output.status,
432432
String::from_utf8_lossy(&output.stdout),
433433
String::from_utf8_lossy(&output.stderr)

0 commit comments

Comments
 (0)