mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
added log messages for creating/updating libraries
This commit is contained in:
@ -107,7 +107,7 @@ void logSystemAndConfig()
|
||||
|
||||
QSettings settings(YACReader::getSettingsPath()+"/YACReaderLibrary.ini",QSettings::IniFormat);
|
||||
settings.beginGroup("libraryConfig");
|
||||
if(settings.value(SERVER_ON).toBool())
|
||||
if(settings.value(SERVER_ON,true).toBool())
|
||||
QLOG_INFO() << "server : enabled";
|
||||
else
|
||||
QLOG_INFO() << "server : disabled";
|
||||
|
Reference in New Issue
Block a user