summaryrefslogtreecommitdiff
path: root/src/rust/tor_util
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2018-02-28 23:19:26 +0000
committerIsis Lovecruft <isis@torproject.org>2018-03-19 19:23:35 +0000
commit1f8bd93ecbb57eb47c5788f4a4d12f3bdee61b47 (patch)
tree4fe444a5594a012885cb0fc45e6e283af46f1145 /src/rust/tor_util
parent547c62840e2fc2700ac917dfdc4e6e451e5c1359 (diff)
downloadtor-1f8bd93ecbb57eb47c5788f4a4d12f3bdee61b47.tar.gz
tor-1f8bd93ecbb57eb47c5788f4a4d12f3bdee61b47.zip
rust: Fix typo in name of logged function.
Diffstat (limited to 'src/rust/tor_util')
-rw-r--r--src/rust/tor_util/ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/tor_util/ffi.rs b/src/rust/tor_util/ffi.rs
index a803dae26d..32779ed476 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."
);