mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-10 16:20:24 +01:00
_dbus_append_address_from_socket: Correct misleading error message
If what actually failed was reading the address from the socket, we might as well say so. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61922
This commit is contained in:
parent
1d85b229b3
commit
a97b6b597b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue