mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
improved log error message
svn:r3986
This commit is contained in:
parent
bb2b75cb25
commit
8dbdbfb831
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue