diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-02-28 23:19:26 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-03-19 19:23:35 +0000 |
commit | 1f8bd93ecbb57eb47c5788f4a4d12f3bdee61b47 (patch) | |
tree | 4fe444a5594a012885cb0fc45e6e283af46f1145 /src | |
parent | 547c62840e2fc2700ac917dfdc4e6e451e5c1359 (diff) | |
download | tor-1f8bd93ecbb57eb47c5788f4a4d12f3bdee61b47.tar.gz tor-1f8bd93ecbb57eb47c5788f4a4d12f3bdee61b47.zip |
rust: Fix typo in name of logged function.
Diffstat (limited to 'src')
-rw-r--r-- | src/rust/tor_util/ffi.rs | 2 |
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." ); |