mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 07:31:25 +02:00
better debugging print
This commit is contained in:
+7
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user