aboutsummaryrefslogtreecommitdiffstats
path: root/core/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers.cpp')
-rw-r--r--core/helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers.cpp b/core/helpers.cpp
index dcb785c9..97e0caa0 100644
--- a/core/helpers.cpp
+++ b/core/helpers.cpp
@@ -508,7 +508,7 @@ void SetRTPriority()
else
WARN("D-Bus not available\n");
#endif
- ERR("Could not set elevated priority: %s (%d)\n", std::strerror(err), err);
+ WARN("Could not set elevated priority: %s (%d)\n", std::strerror(err), err);
}
#endif