diff --git a/dbus/dbus-sysdeps-unix.c b/dbus/dbus-sysdeps-unix.c index 675e95ad..beeb34ee 100644 --- a/dbus/dbus-sysdeps-unix.c +++ b/dbus/dbus-sysdeps-unix.c @@ -4742,7 +4742,7 @@ _dbus_append_address_from_socket (DBusSocket fd, err: dbus_set_error (error, _dbus_error_from_errno (errno), - "Failed to open socket: %s", + "Failed to read address from socket: %s", _dbus_strerror (errno)); return FALSE; }