Unverified Commit 350f1c26 authored by Kornel's avatar Kornel Committed by Kornel
Browse files

Print fatal error without backtrace noise

parent a94ccf2e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -187,7 +187,8 @@ https://github.com/sfackler/rust-openssl#windows
        );
    }

    panic!("{}", msg);
    eprintln!("{}", msg);
    std::process::exit(101); // same as panic previously
}

/// Attempt to find OpenSSL through pkg-config.