quieten openssl again

This commit is contained in:
Joseph Birr-Pixton 2016-06-03 02:39:05 +01:00
parent f3e1c5a509
commit 810e16cb9d
1 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,8 @@ impl OpenSSLServer {
.arg("-cert").arg(&self.cert)
.arg("-CAfile").arg(&self.chain)
.args(&extra_args)
// .stdout(process::Stdio::null())
// .stderr(process::Stdio::null())
.stdout(process::Stdio::null())
.stderr(process::Stdio::null())
.spawn()
.expect("cannot run openssl server");