--------------------- PatchSet 6989 Date: 2008/02/23 10:53:58 Author: chtsanti Branch: async-calls Tag: (none) Log: Adding info about salvaged assertions in "General Runtime Information" page Members: src/stat.cc:1.44.4.4->1.44.4.5 Index: squid3/src/stat.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/stat.cc,v retrieving revision 1.44.4.4 retrieving revision 1.44.4.5 diff -u -r1.44.4.4 -r1.44.4.5 --- squid3/src/stat.cc 24 Jan 2008 03:45:24 -0000 1.44.4.4 +++ squid3/src/stat.cc 23 Feb 2008 10:53:58 -0000 1.44.4.5 @@ -1,5 +1,5 @@ /* - * $Id: stat.cc,v 1.44.4.4 2008/01/24 03:45:24 rousskov Exp $ + * $Id: stat.cc,v 1.44.4.5 2008/02/23 10:53:58 chtsanti Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -761,6 +761,9 @@ storeAppendPrintf(sentry, "Allocation Size\t Alloc Count\t Alloc Delta\t Allocs/sec \n"); malloc_statistics(info_get_mallstat, sentry); #endif + storeAppendPrintf(sentry, "Internal squid errors:\n"); + storeAppendPrintf(sentry, "\tSalvaged assertions: %6d\n", TheSalvagedAsserts); + } static void