Skip to content

Commit

Permalink
Remove noquote
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Aug 19, 2023
1 parent 43ab7e5 commit 32e084e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/os/sunshineapps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ std::optional<std::set<QString>> SunshineApps::load()
{
if (!app.isObject())
{
qCDebug(lc::os).noquote() << "skipping entry as it's not an object:" << app;
qCDebug(lc::os) << "skipping entry as it's not an object:" << app;
continue;
}

Expand Down

0 comments on commit 32e084e

Please sign in to comment.