[Uml-devel] kdesdk/umbrello/umbrello/classparser
Jonathan Riddell
jri at jriddell.org
Wed Apr 14 10:44:00 UTC 2004
CVS commit by jriddell:
Replace printf
M +3 -1 lookup.cpp 1.2
--- kdesdk/umbrello/umbrello/classparser/lookup.cpp #1.1:1.2
@@ -22,4 +22,6 @@
// adapted to kdevelop by Roberto Raggi <roberto at kdevelop.org>
+#include <kdebug.h>
+
#include <stdio.h>
#include <string.h>
@@ -31,5 +33,5 @@ const HashEntry* Lookup::findEntry( cons
{
if (table->type != 2) {
- fprintf(stderr, "KJS: Unknown hash table version.\n");
+ kdDebug() << "KJS: Unknown hash table version" << endl;
return 0;
}
More information about the umbrello-devel
mailing list