mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
rust: Fix typo in name of logged function.
This commit is contained in:
@@ -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."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user