Fix error message.
authorAntoine Jacoutot <ajacoutot@gnome.org>
Tue, 21 Jan 2014 18:00:14 +0000 (19:00 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 19 Feb 2014 16:52:29 +0000 (16:52 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73887
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-sysdeps-unix.c

index 7f01564058fa675c8cd4569f9c05bfae4c61164d..51f40e1848fe88a7f67b6a0f8f1f77c176984136 100644 (file)
@@ -1067,7 +1067,7 @@ _dbus_listen_unix_socket (const char     *path,
       if (path_len > _DBUS_MAX_SUN_PATH_LENGTH)
         {
           dbus_set_error (error, DBUS_ERROR_BAD_ADDRESS,
-                      "Abstract socket name too long\n");
+                      "Socket name too long\n");
           _dbus_close (listen_fd, NULL);
           return -1;
        }