Fix incorrect message
Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
parent
58a29acf10
commit
b718d7b40a
@ -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!");
|
||||||
|
Loading…
Reference in New Issue
Block a user