better debugging print

This commit is contained in:
SVN User
2008-01-17 18:53:29 +00:00
parent a4077eb24f
commit 4fa02aac29
+7 -2
View File
@@ -619,10 +619,15 @@ int main( int argc, char ** argv )
registered=init2(argv0, "Firewall Builder","fwb_gui","FirewallBuilder/2.1",true,true); registered=init2(argv0, "Firewall Builder","fwb_gui","FirewallBuilder/2.1",true,true);
#endif #endif
if (fwbdebug) qDebug("reading resources ..."); string full_res_path = respath+FS_SEPARATOR+"resources.xml";
if (fwbdebug)
{
qDebug("reading resources from '%s' ...",full_res_path.c_str());
}
//respath = RES_DIR; //respath = RES_DIR;
new Resources(respath+FS_SEPARATOR+"resources.xml"); new Resources(full_res_path);
if (fwbdebug) qDebug("done"); if (fwbdebug) qDebug("done");
#if 0 #if 0