diff -r 929378a0014f -r 8ea58542b6e0 ship_cmd.c --- a/ship_cmd.c Tue Dec 26 17:22:47 2006 +0000 +++ b/ship_cmd.c Tue Dec 26 17:36:18 2006 +0000 @@ -505,7 +505,7 @@ void* perf = NpfBeginInterval(); NPFFoundTargetData ret = NPFRouteToStationOrTile(tile, trackdir, target, type, owner, railtypes); int t = NpfEndInterval(perf); - DEBUG(yapf, 4)("[YAPF][NPFW] %d us - %d rounds - %d open - %d closed -- ", t, 0, _aystar_stats_open_size, _aystar_stats_closed_size); + DEBUG(yapf, 4, "[NPFW] %d us - %d rounds - %d open - %d closed -- ", t, 0, _aystar_stats_open_size, _aystar_stats_closed_size); return ret; }