Fixed a log message.
authorArmin Novak <armin.novak@thincast.com>
Tue, 22 Jan 2019 09:48:32 +0000 (10:48 +0100)
committerArmin Novak <armin.novak@thincast.com>
Wed, 23 Jan 2019 14:56:11 +0000 (15:56 +0100)
uwac/libuwac/uwac-clipboard.c

index 6992013..6b6fc07 100644 (file)
@@ -168,7 +168,7 @@ UwacReturnCode UwacSeatRegisterClipboard(UwacSeat* s)
        if (!event)
        {
                assert(uwacErrorHandler(s->display, UWAC_ERROR_INTERNAL,
-                                       "failed to allocate a close event\n"));
+                                       "failed to allocate a clipboard event\n"));
                return UWAC_ERROR_INTERNAL;
        }