aboutsummaryrefslogtreecommitdiffstats
path: root/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c
index 9ea57c41..bfa5b463 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -31,7 +31,7 @@ int n;
p = (XMALLOCTYPE *) malloc(n);
if (p == (XMALLOCTYPE *) 0) {
- fputs("malloc failed\n",stderr);
+ fputs("fetchmail: malloc failed\n",stderr);
exit(PS_UNDEFINED);
}
return(p);