From f4a1170f67638adaff6776e28c64d5098e8b6d09 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 9 Sep 2014 06:05:53 +0200 Subject: stylo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds-base.c b/src/mds-base.c index 6ee0124..8d3eb79 100644 --- a/src/mds-base.c +++ b/src/mds-base.c @@ -180,7 +180,7 @@ int __attribute__((weak)) connect_to_display(void) exit_if ((display == NULL) || (strchr(display, ':') == NULL), eprint("MDS_DISPLAY has not set.");); exit_if (display[0] != ':', - eprint("Remote mds sessions are not supported.");); + eprint("remote mds sessions are not supported.");); xsnprintf(pathname, "%s/%s.socket", MDS_RUNTIME_ROOT_DIRECTORY, display + 1); address.sun_family = AF_UNIX; strcpy(address.sun_path, pathname); -- cgit v1.2.3-70-g09d2