prefix action debug prints

This commit is contained in:
2024-09-25 19:09:02 -05:00
committed by Celtic Minstrel
parent cbc58afe0f
commit 56f3337e6f

View File

@@ -191,7 +191,7 @@ Element& pop_next_action(std::string expected_action_type) {
if(replay_verbose){
// Verbose replays are for internal testing, so this console output won't bother
// anyone and is very helpful:
std::cout << last_action_type << std::endl;
std::cout << "Replaying action: " << last_action_type << std::endl;
}
}