mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-23 11:47:24 +01:00
better debugging print
This commit is contained in:
parent
a4077eb24f
commit
4fa02aac29
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user