mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
improved log error message
svn:r3986
This commit is contained in:
parent
bb2b75cb25
commit
8dbdbfb831
@ -724,7 +724,7 @@ static int check_directory_signature(const char *digest,
|
|||||||
_pkey = pkey;
|
_pkey = pkey;
|
||||||
}
|
}
|
||||||
if (!_pkey) {
|
if (!_pkey) {
|
||||||
log_fn(LOG_WARN, "Found directory in old (before 0.0.9pre3) format--rejecting.");
|
log_fn(LOG_WARN, "Obsolete directory format (dir signing key not present) or signing key not trusted--rejecting.");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user