- Correct a comment
This commit is contained in:
parent
d398377c4a
commit
de020efa7f
|
@ -996,7 +996,7 @@ struct LogPushData : NonCopyable {
|
|||
writtenLocations.clear();
|
||||
}
|
||||
|
||||
// copy next_message_tags into given set
|
||||
// copy written_tags into given set
|
||||
void saveTags(std::set<Tag>& writtenTags, bool filterPseudoTags = true) {
|
||||
for (auto& tag : written_tags) {
|
||||
if (!filterPseudoTags || !tag.isPseudoTag()) {
|
||||
|
|
Loading…
Reference in New Issue