CVS commit by pfeiffer: debug output by Michel Hermier <michel.hermier at wanadoo.fr> M +1 -0 umldoc.cpp 1.22 --- kdesdk/umbrello/umbrello/umldoc.cpp #1.21:1.22 @@ -394,4 +394,5 @@ UMLView * UMLDoc::findView(int id) { } } + kdDebug() << "Unable to find a view identified by " << id << endl; return 0; }