mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Correct error message when GUnixOutputStream fails to write
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=628876
This commit is contained in:
parent
80de3ca7cc
commit
0927dda8ad
@ -435,7 +435,7 @@ write_async_cb (WriteAsyncData *data,
|
||||
|
||||
g_set_error (&error, G_IO_ERROR,
|
||||
g_io_error_from_errno (errsv),
|
||||
_("Error reading from unix: %s"),
|
||||
_("Error writing to unix: %s"),
|
||||
g_strerror (errsv));
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user