mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
change some log level to error back
This commit is contained in:
parent
e36d5634e7
commit
710a35993d
10 changed files with 28 additions and 28 deletions
|
@ -262,7 +262,7 @@ namespace util
|
|||
restricted = idents.size() > 0;
|
||||
}
|
||||
if(!restricted)
|
||||
LogPrint(eLogCritical, "Daemon: No trusted routers of families specified");
|
||||
LogPrint(eLogError, "Daemon: No trusted routers of families specified");
|
||||
}
|
||||
|
||||
bool hidden; i2p::config::GetOption("trust.hidden", hidden);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue