Skip to content

Commit 47a7c36

Browse files
committed
autostory: minor change to logging
1 parent f42ae33 commit 47a7c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStoryTools.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,10 +589,10 @@ void swap_starter_moves(SingleSwitchProgramEnvironment& env, ProControllerContex
589589
std::string top_move = reader.read_move(stream.logger(), screen, 0);
590590
stream.log("Current top move: " + top_move);
591591
if (top_move != "ember" && top_move != "leafage" && top_move != "water-gun"){
592-
stream.log("Failed to swap moves.");
592+
stream.log("Unable to confirm that the moves actually swapped.");
593593
OperationFailedException exception(
594594
ErrorReport::SEND_ERROR_REPORT,
595-
"swap_starter_moves: Failed to swap moves.\n" + language_warning(language),
595+
"swap_starter_moves: Unable to confirm that the moves actually swapped.\n" + language_warning(language),
596596
stream
597597
);
598598
exception.send_recoverable_notification(env);

0 commit comments

Comments
 (0)