Procházet zdrojové kódy

rust: Fix typo in name of logged function.

Isis Lovecruft před 8 roky
rodič
revize
1f8bd93ecb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/rust/tor_util/ffi.rs

+ 1 - 1
src/rust/tor_util/ffi.rs

@@ -20,7 +20,7 @@ pub extern "C" fn rust_log_welcome_string() {
     tor_log_msg!(
         LogSeverity::Notice,
         LogDomain::General,
-        "rust_welcome_string",
+        "rust_log_welcome_string",
         "Tor is running with Rust integration. Please report \
         any bugs you encounter."
     );