Increase log file path variable.

This commit is contained in:
Jonathan Naylor 2016-10-13 18:09:38 +01:00
parent 3d131da590
commit d2dca61804
4 changed files with 4 additions and 4 deletions

View file

@ -87,7 +87,7 @@ void CYSFReflector::run()
{
bool ret = m_conf.read();
if (!ret) {
::fprintf(stderr, "YSFRefector: cannot read the .ini file\n");
::fprintf(stderr, "YSFReflector: cannot read the .ini file\n");
return;
}