(svn r11635) -Codechange: Give a more informative debug message when encountering unknown newgrf feature in action 00 handling.(FS#1551, Bilbo)
authorbelugas
Sat, 15 Dec 2007 03:42:41 +0000
changeset 8074 6441201410d7
parent 8073 5a254e1c34e7
child 8075 acd9b1120d9d
(svn r11635) -Codechange: Give a more informative debug message when encountering unknown newgrf feature in action 00 handling.(FS#1551, Bilbo)
src/newgrf.cpp
--- a/src/newgrf.cpp	Sat Dec 15 00:04:01 2007 +0000
+++ b/src/newgrf.cpp	Sat Dec 15 03:42:41 2007 +0000
@@ -2195,7 +2195,7 @@
 				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);
 	}
 }