Author: adrian.chadd
Date: Tue May 5 22:31:02 2009
New Revision: 14043
Modified:
branches/LUSCA_HEAD/src/MemPool.c
Log:
Delete extraneous argument.
Modified: branches/LUSCA_HEAD/src/MemPool.c
==============================================================================
--- branches/LUSCA_HEAD/src/MemPool.c (original)
+++ branches/LUSCA_HEAD/src/MemPool.c Tue May 5 22:31:02 2009
@@ -148,7 +148,7 @@
}
overhd_size += sizeof(Pools) + Pools.capacity * sizeof(MemPool *);
/* totals */
- storeAppendPrintf(e, "%-20s\t\t ", "Total", "-");
+ storeAppendPrintf(e, "%-20s\t\t ", "Total");
memPoolMeterReport(&TheMeter, 1, alloc_count, inuse_count, e);
storeAppendPrintf(e, "Cumulative allocated volume: %s\n",
gb_to_str(&mem_traffic_volume));
/* overhead */
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---