Skip to content

Commit 60f1385

Browse files
author
Gin
committed
m
1 parent 832b033 commit 60f1385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_AutoFossil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ void AutoFossil::revive_one_fossil(SingleSwitchProgramEnvironment& env, ProContr
209209
env.update_stats();
210210
OperationFailedException::fire(
211211
ErrorReport::SEND_ERROR_REPORT,
212-
"run_lobby(): No recognized state after 60 seconds.",
212+
"revive_one_fossil(): No recognized state after 60 seconds.",
213213
env.console
214214
);
215215
}

0 commit comments

Comments
 (0)