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