Skip to content

Commit a17c9ef

Browse files
committed
Fix incorrect error message.
1 parent 368005d commit a17c9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_RestaurantFarmer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void RestaurantFarmer::run_lobby(SingleSwitchProgramEnvironment& env, ProControl
122122
env.update_stats();
123123
OperationFailedException::fire(
124124
ErrorReport::SEND_ERROR_REPORT,
125-
"Battle took longer than 30 minutes.",
125+
"run_lobby(): No recognized state after 60 seconds.",
126126
env.console
127127
);
128128
}

0 commit comments

Comments
 (0)