summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java b/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java
index b291062..2448b07 100644
--- a/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java
+++ b/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java
@@ -470,7 +470,7 @@ public abstract class Map5Marshal extends Map4Orders implements Marshal
if (u.id() == id)
return u;
}
- RustAndDust.error(String.format("loadPromoteOrder: unable to find unit %d", id));
+ RustAndDust.error(String.format("findById: unable to find unit %d", id));
return null;
}
}