aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procheader.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/procheader.c')
-rw-r--r--libsylph/procheader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsylph/procheader.c b/libsylph/procheader.c
index 22a8acc5..955f5a63 100644
--- a/libsylph/procheader.c
+++ b/libsylph/procheader.c
@@ -214,7 +214,7 @@ GSList *procheader_get_header_list_from_file(const gchar *file)
GSList *hlist;
if ((fp = g_fopen(file, "rb")) == NULL) {
- FILE_OP_ERROR(file, "fopen");
+ FILE_OP_ERROR(file, "procheader_get_header_list_from_file: fopen");
return NULL;
}
@@ -531,7 +531,7 @@ MsgInfo *procheader_parse_file(const gchar *file, MsgFlags flags,
return NULL;
if ((fp = g_fopen(file, "rb")) == NULL) {
- FILE_OP_ERROR(file, "fopen");
+ FILE_OP_ERROR(file, "procheader_parse_file: fopen");
return NULL;
}