Easier warning message for tracking down not existing attributes

This commit is contained in:
Nathan Gray 2011-09-15 17:49:03 +00:00
parent d216a37bba
commit a5e17d5193

View File

@ -446,7 +446,7 @@
// Key does not exist - delete it and issue a warning
delete(_attrs[key]);
et2_debug("warn", this, "Attribute '" + key +
"' does not exist!");
"' does not exist in " + _attrs.type+"!");
}
}