roadveh_cmd.c
changeset 3947 7ab994b0fe9c
parent 3937 60b89172e88e
child 3948 95f9fa0ac551
--- a/roadveh_cmd.c	Sun Jun 04 09:10:24 2006 +0000
+++ b/roadveh_cmd.c	Sun Jun 04 09:13:59 2006 +0000
@@ -993,7 +993,7 @@
 	void* perf = NpfBeginInterval();
 	NPFFoundTargetData ret = NPFRouteToStationOrTile(tile, trackdir, target, type, owner, railtypes);
 	int t = NpfEndInterval(perf);
-	DEBUG(yapf, 1)("[YAPF][NPFR] %d us - %d rounds - %d open - %d closed -- ", t, 0, _aystar_stats_open_size, _aystar_stats_closed_size);
+	DEBUG(yapf, 4)("[YAPF][NPFR] %d us - %d rounds - %d open - %d closed -- ", t, 0, _aystar_stats_open_size, _aystar_stats_closed_size);
 	return ret;
 }