Fix incorrect message

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
Chris Cromer 2019-10-07 21:56:53 -03:00
parent 58a29acf10
commit b718d7b40a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class BreadthFirstSearch extends AI implements Constantes {
} }
if (success) { if (success) {
logger.info("Route to objective calculated!"); logger.info("Route to objective found!");
} }
else { else {
logger.info("Route to objective not possible!"); logger.info("Route to objective not possible!");