From 32b793cb7fc4b17eb3a7af182f7adbf853e76e2d Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 31 Jan 2014 20:41:21 +0100 Subject: [PATCH] compositor: Clarify XDG_RUNTIME_DIR misconfiguration message If only the mode or the owner are wrong, do not say both are wrong. Change the text to state that there's a problem and the current values, and let the user figure it out. Signed-off-by: Guillem Jover --- src/compositor.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 40e4b119..8466652f 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -3983,9 +3983,8 @@ static const char xdg_wrong_message[] = static const char xdg_wrong_mode_message[] = "warning: XDG_RUNTIME_DIR \"%s\" is not configured\n" - "correctly. Unix access mode must be 0700 but is %o,\n" - "and XDG_RUNTIME_DIR must be owned by the user, but is\n" - "owned by UID %d.\n"; + "correctly. Unix access mode must be 0700 (current mode is %o),\n" + "and must be owned by the user (current owner is UID %d).\n"; static const char xdg_detail_message[] = "Refer to your distribution on how to get it, or\n"