@@ -33,11 +33,11 @@ } - init: (id)obj withSize: (size_t)size { - fprintf(stderr, "ERROR: Could not allocate %zu byte for object %s!\n", + fprintf(stderr, "ERROR: Could not allocate %zu bytes for object %s!\n", size, [obj name]); return [super init]; } @end