summaryrefslogtreecommitdiff
path: root/config/os
diff options
context:
space:
mode:
authorpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2009-03-17 17:21:26 +0000
committerpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2009-03-17 17:21:26 +0000
commit2301ee1490026bcdd50cdd1c2bf6b3cedacb2263 (patch)
treecc17e1dff7438d30670a6a775646c7e8f9148c40 /config/os
parent3bea13b9eec42f68e0e86a2e5c3fd25e3456ea25 (diff)
downloadjack1-2301ee1490026bcdd50cdd1c2bf6b3cedacb2263.tar.gz
slightly more explanatory message regarding rt scheduling failure
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3444 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'config/os')
-rw-r--r--config/os/gnu-linux/sanitycheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/os/gnu-linux/sanitycheck.c b/config/os/gnu-linux/sanitycheck.c
index c29f541..1d18d2d 100644
--- a/config/os/gnu-linux/sanitycheck.c
+++ b/config/os/gnu-linux/sanitycheck.c
@@ -21,7 +21,7 @@ int sanitycheck (int care_about_realtime,
if (care_about_realtime && !system_user_can_rtprio()) {
errors++;
relogin++;
- fprintf(stderr, "\nYou are not allowed to set realtime priority.\n");
+ fprintf(stderr, "\nJACK is running in realtime mode, but you are not allowed to use realtime scheduling.\n");
if (!system_has_rtprio_limits_conf()) {
errors++;