Procházet zdrojové kódy

Merged in using_kind_improving_info_msg (pull request #86)

A little improvements of error message

* A little improvements of error message

* Merged l2jserver/l2j-server-game:develop into crydes/l2j-server-game:using_kind_improving_info_msg

Approved-by: Zoey76
Cry DeS před 2 roky
rodič
revize
1173e62d0b

+ 1 - 1
src/main/java/com/l2jserver/gameserver/engines/DocumentBase.java

@@ -823,7 +823,7 @@ public abstract class DocumentBase {
 						}
 						
 						if (old == mask) {
-							_log.info("[parseUsingCondition=\"kind\"] Unknown item type name: " + item);
+							_log.info("[parseUsingCondition=\"kind\"] Unknown item type name: '" + item + "' in string '" + a.getNodeValue() + "'");
 						}
 					}
 					cond = joinAnd(cond, new ConditionUsingItemType(mask));