rust: Remove extra whitespace from a static log/error message.

This commit is contained in:
Isis Lovecruft 2018-02-27 20:43:54 +00:00
parent d0184963f9
commit 167da4bc81
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ pub fn tor_log_msg_impl(
/// Default message to log in case of errors when converting a log
/// message to a CString
const ERR_LOG_MSG: &str = "Unable to log message from Rust
const ERR_LOG_MSG: &str = "Unable to log message from Rust \
module due to error when converting to CString";
let func = match CString::new(function) {