Skip to content

Commit

Permalink
logging info
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Sep 28, 2024
1 parent 13c4270 commit 7bd136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ void Utils::populateVector(bool customSongs) {
while (std::getline(blacklistFile, blacklistString)) {
if (blacklistString.starts_with('#') || blacklistString.empty()) continue;
blacklist.push_back(blacklistString);
geode::log::info("{}", blacklistString);
geode::log::info("adding to blacklist: {}", blacklistString);
}
geode::log::info("Finished storing blacklist. size: {}", blacklist.size());
}
Expand Down

0 comments on commit 7bd136a

Please sign in to comment.