[tor-commits] [tor/master] rust: Fix typo in name of logged function.
nickm at torproject.org
nickm at torproject.org
Mon Mar 19 21:20:46 UTC 2018
commit 1f8bd93ecbb57eb47c5788f4a4d12f3bdee61b47
Author: Isis Lovecruft <isis at torproject.org>
Date: Wed Feb 28 23:19:26 2018 +0000
rust: Fix typo in name of logged function.
---
src/rust/tor_util/ffi.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rust/tor_util/ffi.rs b/src/rust/tor_util/ffi.rs
index a803dae26..32779ed47 100644
--- a/src/rust/tor_util/ffi.rs
+++ b/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."
);
More information about the tor-commits
mailing list