summaryrefslogtreecommitdiff
path: root/src/newgrf_object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_object.cpp')
-rw-r--r--src/newgrf_object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_object.cpp b/src/newgrf_object.cpp
index 63feda8d6..e04c0dee6 100644
--- a/src/newgrf_object.cpp
+++ b/src/newgrf_object.cpp
@@ -312,7 +312,7 @@ static uint32 ObjectGetVariable(const ResolverObject *object, byte variable, byt
}
unhandled:
- DEBUG(grf, 1, "Unhandled object property 0x%X", variable);
+ DEBUG(grf, 1, "Unhandled object variable 0x%X", variable);
*available = false;
return UINT_MAX;