don't use warning for no tags

This commit is contained in:
Jeff Becker 2016-07-28 10:02:26 -04:00
parent 59797a5c9a
commit 17bfa35f77
No known key found for this signature in database
GPG key ID: AB950234D6EA286B

View file

@ -178,7 +178,7 @@ namespace garlic
// create message
if (!tagFound) // new session
{
LogPrint (eLogWarning, "Garlic: No tags available, will use ElGamal");
LogPrint (eLogInfo, "Garlic: No tags available, will use ElGamal");
if (!m_Destination)
{
LogPrint (eLogError, "Garlic: Can't use ElGamal for unknown destination");