Tweak content flag filtering [skip ci]

This commit is contained in:
Akkadius
2020-05-24 01:36:17 -05:00
parent 56c4eb280f
commit e474df2b12
2 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ int main(int argc, char** argv) {
set_content_flags.push_back(flags.flag_name);
LogInfo(
"Enabling content-flag [{}]",
"Enabled content flag [{}]",
flags.flag_name
);
}