mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-23 11:51:03 +00:00
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:
parent
318983a822
commit
1d5b83c90a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
/* 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];
|
memAvge / 1024];
|
||||||
|
|
||||||
/* We increase the threshold for the next alert by a percentage
|
/* We increase the threshold for the next alert by a percentage
|
||||||
|
|
Loading…
Reference in a new issue