diff --git a/src/path.rs b/src/path.rs index 0183f1739..a08c1248b 100644 --- a/src/path.rs +++ b/src/path.rs @@ -183,7 +183,7 @@ fn maybe_issue_path_warning( ) ); } - printf!("\n"); + eprintf!("\n"); } /// Finds the path of an executable named `cmd`, by looking in $PATH taken from `vars`.