Debug logging

This commit is contained in:
Chris Young 2014-01-18 21:35:02 +00:00
parent 18c8f5f46f
commit 96546838d1

View File

@ -862,6 +862,7 @@ static void gui_init2(int argc, char** argv)
if(rarray[A_URL])
{
LOG(("URL %s specified on command line", rarray[A_URL]));
temp_homepage_url = (char *)strdup((char *)rarray[A_URL]);
if(notalreadyrunning)
@ -886,10 +887,13 @@ static void gui_init2(int argc, char** argv)
if(rarray[A_FORCE])
{
LOG(("FORCE specified on command line"));
notalreadyrunning = TRUE;
}
FreeArgs(args);
} else {
LOG(("ReadArgs failed to parse command line"));
}
}
else