Tone down logging a little

This commit is contained in:
Daniel Wagner-Hall 2019-01-08 13:26:49 +00:00 committed by ctz
parent f7decad68d
commit ffaf4591f4
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ impl SessionCommon {
}
pub fn send_close_notify(&mut self) {
info!("Sending warning alert {:?}", AlertDescription::CloseNotify);
debug!("Sending warning alert {:?}", AlertDescription::CloseNotify);
self.send_warning_alert_no_log(AlertDescription::CloseNotify);
}