Remove "debug only" since meminfo is no longer debug only.
authorAndrew Miller <a1kmm@amxl.com>
Sun, 19 Jun 2005 01:37:59 +0000 (01:37 +0000)
committerAndrew Miller <a1kmm@amxl.com>
Sun, 19 Jun 2005 01:37:59 +0000 (01:37 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1428 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/s_stats.c

index 69692d2b865cba53daf50ea80440a4279d6e7ab8..2b990df04f2e4eb96356b7f82294abc590c7dfcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-19  Andrew Miller  <a1kmm@amxl.com>
+
+       * ircd/s_stats.c: Remove the "debug only" label on memusage stats,
+       since it no longer applies.
+
 2005-05-16  Michael Poole <mdpoole@troilus.org>
 
        * include/channel.h (struct Ban): Make 'who' and 'banstr' direct
index 05965e70a7b358ba6c608872f9df8c62d4a8e16e..6b390aae3f1d4f3c40738ca0b7b560f42c75beb8 100644 (file)
@@ -609,7 +609,7 @@ struct StatDesc statsinfo[] = {
     "Userload statistics." },
   { 'x', "memusage", STAT_FLAG_OPERFEAT, FEAT_HIS_STATS_x,
     stats_meminfo, 0,
-    "List usage information (Debug only)." },
+    "List usage information." },
   { 'y', "classes", STAT_FLAG_OPERFEAT, FEAT_HIS_STATS_y,
     report_classes, 0,
     "Connection classes." },