mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +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_set_error (&error, G_IO_ERROR,
|
||||||
g_io_error_from_errno (errsv),
|
g_io_error_from_errno (errsv),
|
||||||
_("Error reading from unix: %s"),
|
_("Error writing to unix: %s"),
|
||||||
g_strerror (errsv));
|
g_strerror (errsv));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user