From 1d5b83c90a60f69d56012528edb2a599534e42ae Mon Sep 17 00:00:00 2001 From: rfm Date: Sun, 5 Jul 2015 09:55:59 +0000 Subject: [PATCH] fix warnign message to refer to process memory rather than 'heap' git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38750 72102866-910b-0410-8b05-ffd578937521 --- EcProcess.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EcProcess.m b/EcProcess.m index a3d3b5c..9f78cab 100644 --- a/EcProcess.m +++ b/EcProcess.m @@ -2378,7 +2378,7 @@ NSLog(@"Ignored attempt to set timer interval to %g ... using 10.0", interval); /* Alert if the average has risen above the allowed size. */ - [self cmdError: @"Average heap usage grown to %"PRIuPTR"KB", + [self cmdError: @"Average memory usage grown to %"PRIuPTR"KB", memAvge / 1024]; /* We increase the threshold for the next alert by a percentage