diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c index 0596c785a0..c1b78a9110 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -354,6 +354,10 @@ init_keys(void) log_err(LD_FS, "Error writing fingerprint line to file"); return -1; } + + log(LOG_NOTICE, LD_GENERAL, + "Your Tor server's identity key fingerprint is '%s %s'.", + options->Nickname, fingerprint); if (!authdir_mode(options)) return 0; /* 6. [authdirserver only] load approved-routers file */ |