summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index a24d9aba0..89c6b6112 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -2195,7 +2195,7 @@ static void FeatureChangeInfo(byte *buf, int len)
break;
}
- if (ignoring) grfmsg(2, "FeatureChangeInfo: Ignoring property 0x%02X (not implemented)", prop);
+ if (ignoring) grfmsg(1, "FeatureChangeInfo: Ignoring property 0x%02X of feature 0x%02X (not implemented)", prop, feature);
}
}