mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
SettingsDialog: Fix log levels
This commit is contained in:
parent
205fb75555
commit
9577382780
@ -33,7 +33,7 @@ void SettingsDialog::showEvent(QShowEvent* event)
|
||||
{
|
||||
auto conf = GetConfig();
|
||||
if (!conf) {
|
||||
blog(LOG_INFO, "Unable to retreive config!");
|
||||
blog(LOG_ERROR, "Unable to retreive config!");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -101,7 +101,7 @@ void SettingsDialog::FormAccepted()
|
||||
{
|
||||
auto conf = GetConfig();
|
||||
if (!conf) {
|
||||
blog(LOG_INFO, "Unable to retreive config!");
|
||||
blog(LOG_ERROR, "Unable to retreive config!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user