Correct error message when GUnixOutputStream fails to write

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=628876
This commit is contained in:
Christian Dywan 2010-09-24 13:56:35 +02:00
parent 80de3ca7cc
commit 0927dda8ad

View File

@ -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;