Kaydet (Commit) 8c1f7d99 authored tarafından Andras Timar's avatar Andras Timar

in debug message print the filename that caused the error

üst d85b7f15
......@@ -178,9 +178,12 @@ bool HelpParser::CreateSDF(
if( !data.isEmpty() )
aSDFStream << sOut.getStr() << '\n';
pXMLElement=NULL;
}else fprintf(stdout,"\nDBG: NullPointer in HelpParser::CreateSDF , Language %s\n",sCur.getStr() );
}
else
{
fprintf(stdout,"\nDBG: NullPointer in HelpParser::CreateSDF, Language %s, File %s\n", sCur.getStr(), sHelpFile.getStr());
}
}
}
aSDFStream.close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment