[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Wed Apr 14 10:42:05 UTC 2004
CVS commit by okellogg:
findUMLObject(): Improve mismatch diagnostic.
M +2 -1 umldoc.cpp 1.135
--- kdesdk/umbrello/umbrello/umldoc.cpp #1.134:1.135
@@ -537,5 +537,6 @@ UMLObject* UMLDoc::findUMLObject(UMLObje
if (type != ot_UMLObject && type != foundType) {
kdDebug() << "findUMLObject: type mismatch for "
- << name << " (actual type: "
+ << name << " (seeking type: "
+ << type << ", found type: "
<< foundType << ")" << endl;
continue;
More information about the umbrello-devel
mailing list