diff --git a/src/File.cc b/src/File.cc index 834cab4b..345c31f9 100644 --- a/src/File.cc +++ b/src/File.cc @@ -242,7 +242,7 @@ bool File::mkdirs() } } return true; -} +} // namespace aria2 mode_t File::mode() { diff --git a/src/WinTLSSession.cc b/src/WinTLSSession.cc index faafd2f3..d54890e5 100644 --- a/src/WinTLSSession.cc +++ b/src/WinTLSSession.cc @@ -389,7 +389,8 @@ ssize_t WinTLSSession::writeData(const void* data, size_t len) if (state_ != st_closing) { A2_LOG_ERROR(fmt("WinTLS: Failed to encrypt a message! %s", getLastErrorString().c_str())); - } else { + } + else { // On closing state, don't log this message in error level // because it seems that the encryption tends to fail in that // state.