[Uml-devel] Re: kdesdk/umbrello/umbrello
Jonathan Riddell
jr at jriddell.org
Fri Mar 7 03:30:02 UTC 2003
On Thu, 6 Mar 2003, Carsten Pfeiffer wrote:
> 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;
If it's an error it's better to use kdWarning() than kdDebug.
Jonathan Riddell
More information about the umbrello-devel
mailing list