* tune logging

This commit is contained in:
hagen 2016-02-11 00:00:00 +00:00
parent 576801cd32
commit 8949ebf041
5 changed files with 35 additions and 38 deletions

View file

@ -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");