From a7eac6c4eb4ede70584faa0995abe25d51129fdd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 17 Oct 1996 14:58:12 +0000 Subject: Message and documentation cleanup. svn path=/trunk/; revision=342 --- xmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmalloc.c') 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); -- cgit v1.2.3