1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-23 11:47:24 +01:00

better debugging print

This commit is contained in:
SVN User 2008-01-17 18:53:29 +00:00
parent a4077eb24f
commit 4fa02aac29

View File

@ -619,10 +619,15 @@ int main( int argc, char ** argv )
registered=init2(argv0, "Firewall Builder","fwb_gui","FirewallBuilder/2.1",true,true);
#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;
new Resources(respath+FS_SEPARATOR+"resources.xml");
new Resources(full_res_path);
if (fwbdebug) qDebug("done");
#if 0