[glib] Correct error message when GUnixOutputStream fails to write
- From: Christian Dywan <cdywan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Correct error message when GUnixOutputStream fails to write
- Date: Fri, 24 Sep 2010 11:57:36 +0000 (UTC)
commit 0927dda8ad29cb4e6b3d19977be1fb747b1d4950
Author: Christian Dywan <christian twotoasts de>
Date: Fri Sep 24 13:56:35 2010 +0200
Correct error message when GUnixOutputStream fails to write
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=628876
gio/gunixoutputstream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gunixoutputstream.c b/gio/gunixoutputstream.c
index 0a47dd6..0d43c66 100644
--- a/gio/gunixoutputstream.c
+++ b/gio/gunixoutputstream.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]