[mutter/wayland] mutter-launch: Use correct binary name in error messages



commit 698bb24848626df9246cfefe1b9b52d0e7347394
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Sun Sep 15 20:25:39 2013 +0200

    mutter-launch: Use correct binary name in error messages

 src/wayland/weston-launch.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/wayland/weston-launch.c b/src/wayland/weston-launch.c
index 79068e0..5959ac6 100644
--- a/src/wayland/weston-launch.c
+++ b/src/wayland/weston-launch.c
@@ -214,7 +214,7 @@ handle_setdrmfd(struct weston_launch *wl, struct msghdr *msg, ssize_t len)
                reply.ret = -errno;
 
        if (wl->verbose)
-               fprintf(stderr, "weston-launch: set drm FD, ret: %d, fd: %d\n",
+               fprintf(stderr, "mutter-launch: set drm FD, ret: %d, fd: %d\n",
                        reply.ret, data->fd);
 
 out:
@@ -255,7 +255,7 @@ handle_confirm_vt_switch(struct weston_launch *wl, struct msghdr *msg, ssize_t l
        ioctl(wl->tty, VT_RELDISP, 1);
 
        if (wl->verbose)
-               fprintf(stderr, "weston-launcher: confirmed VT switch\n");
+               fprintf(stderr, "mutter-launcher: confirmed VT switch\n");
 
        reply.ret = 0;
 
@@ -290,7 +290,7 @@ handle_activate_vt(struct weston_launch *wl, struct msghdr *msg, ssize_t len)
                reply.ret = -errno;
 
        if (wl->verbose)
-               fprintf(stderr, "weston-launch: activate VT, ret: %d\n", reply.ret);
+               fprintf(stderr, "mutter-launch: activate VT, ret: %d\n", reply.ret);
 
 out:
        do {
@@ -368,7 +368,7 @@ err0:
        iov.iov_len = sizeof reply;
 
        if (wl->verbose)
-               fprintf(stderr, "weston-launch: opened %s: ret: %d, fd: %d\n",
+               fprintf(stderr, "mutter-launch: opened %s: ret: %d, fd: %d\n",
                        message->path, reply.ret, fd);
        do {
                len = sendmsg(wl->sock[0], &nmsg, 0);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]