add comma

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1499/head
R4SAS 4 years ago
parent b6b25dc9f3
commit 168da33d8b
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

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

Loading…
Cancel
Save