CVS commit by englich: Add a debug statement M +3 -0 main.cpp 1.75.2.3 M +1 -1 main.h 1.2.2.3 --- kdelibs/kcmshell/main.cpp #1.75.2.2:1.75.2.3 @@ -104,5 +104,8 @@ static KService::Ptr locateModule(const if(!KCModuleLoader::testModule( module )) + { + kdDebug() << "According to \"" << module << "\"'s test function, it should Not be loaded." << endl; return 0; + } return service; --- kdelibs/kcmshell/main.h #1.2.2.2:1.2.2.3 @@ -38,3 +38,3 @@ private: // vim: sw=4 et sts=4 -#endif +#endif //__kcmshell_h__