commit 1f8bd93ecbb57eb47c5788f4a4d12f3bdee61b47
parent 547c62840e2fc2700ac917dfdc4e6e451e5c1359
Author: Isis Lovecruft <isis@torproject.org>
Date: Wed, 28 Feb 2018 23:19:26 +0000
rust: Fix typo in name of logged function.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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."
);