diff --git a/crystal.cpp b/crystal.cpp index 7ed57b4e..891413a8 100644 --- a/crystal.cpp +++ b/crystal.cpp @@ -884,7 +884,7 @@ EX vector build_shortest_path(cell *c1, cell *c2) { } } - println(hlog, "Error: path not found"); + println(hlog, "Error: path not found, steps = ", steps); return p; }