[gdm] gdm-wayland-session: fix debug message
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] gdm-wayland-session: fix debug message
- Date: Fri, 20 Feb 2015 15:31:10 +0000 (UTC)
commit 263d78abcb28e699d48fe992d5cd09019ceff339
Author: Ray Strode <rstrode redhat com>
Date: Fri Feb 20 10:23:14 2015 -0500
gdm-wayland-session: fix debug message
It says "could not start X server" when failing to start
the dbus-daemon.
https://bugzilla.gnome.org/show_bug.cgi?id=744787
daemon/gdm-wayland-session.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gdm-wayland-session.c b/daemon/gdm-wayland-session.c
index 14a75a8..3f2651a 100644
--- a/daemon/gdm-wayland-session.c
+++ b/daemon/gdm-wayland-session.c
@@ -134,7 +134,7 @@ spawn_bus (State *state,
g_ptr_array_free (arguments, TRUE);
if (subprocess == NULL) {
- g_debug ("could not start X server: %s", error->message);
+ g_debug ("could not start dbus-daemon: %s", error->message);
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]