mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-06 23:04:10 +00:00
Increase log file path variable.
This commit is contained in:
parent
3d131da590
commit
d2dca61804
4 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue