mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* tune logging
This commit is contained in:
parent
576801cd32
commit
8949ebf041
5 changed files with 35 additions and 38 deletions
|
@ -159,7 +159,7 @@ namespace garlic
|
|||
// create message
|
||||
if (!tagFound) // new session
|
||||
{
|
||||
LogPrint (eLogWarning, "Garlic: No tags available. Use ElGamal");
|
||||
LogPrint (eLogWarning, "Garlic: No tags available, will use ElGamal");
|
||||
if (!m_Destination)
|
||||
{
|
||||
LogPrint (eLogError, "Garlic: Can't use ElGamal for unknown destination");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue