Skip to content

Commit 3068af3

Browse files
committed
Format pkg_config error
1 parent d54b1d6 commit 3068af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl-sys/build/find_normal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ fn try_pkg_config() {
213213
{
214214
Ok(lib) => lib,
215215
Err(e) => {
216-
println!("run pkg_config fail: {:?}", e);
216+
println!("\n\nCould not find openssl via pkg-config:\n{}\n", e);
217217
return;
218218
}
219219
};

0 commit comments

Comments
 (0)