mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
add comma
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
b6b25dc9f3
commit
168da33d8b
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ namespace garlic
|
||||||
m_Tags.insert (std::make_pair (SessionTag (tag, ts), decryption));
|
m_Tags.insert (std::make_pair (SessionTag (tag, ts), decryption));
|
||||||
}
|
}
|
||||||
if (!m_Tags.empty ())
|
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);
|
i2p::fs::Remove (path);
|
||||||
|
|
Loading…
Add table
Reference in a new issue