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
This commit is contained in:
rfm 2015-07-05 09:55:59 +00:00
parent 318983a822
commit 1d5b83c90a

View file

@ -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