mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
rust: Remove extra whitespace from a static log/error message.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user