update log messages

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2020-03-20 17:44:53 +03:00
parent 3ca17fdc03
commit b6b25dc9f3
4 changed files with 12 additions and 11 deletions

View file

@ -890,7 +890,7 @@ namespace garlic
m_Tags.insert (std::make_pair (SessionTag (tag, ts), decryption));
}
if (!m_Tags.empty ())
LogPrint (eLogInfo, m_Tags.size (), " loaded for ", ident);
LogPrint (eLogInfo, "Garlic: " m_Tags.size (), " tags loaded for ", ident);
}
}
i2p::fs::Remove (path);