don't use warning for no tags

pull/628/head
Jeff Becker 8 years ago
parent 59797a5c9a
commit 17bfa35f77
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

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

Loading…
Cancel
Save