rust: Fix typo in name of logged function.

This commit is contained in:
Isis Lovecruft 2018-02-28 23:19:26 +00:00
parent 547c62840e
commit 1f8bd93ecb
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F
1 changed files with 1 additions and 1 deletions

View File

@ -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."
);