Explorar o código

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

Isis Lovecruft %!s(int64=7) %!d(string=hai) anos
pai
achega
167da4bc81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/rust/tor_log/tor_log.rs

+ 1 - 1
src/rust/tor_log/tor_log.rs

@@ -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) {