Committer  : a1kmm
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2005-06-19 01:38:09 UTC

Modified files:
     ircd/s_stats.c ChangeLog

Log message:

Remove "debug only" since meminfo is no longer debug only.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.646 ircu2.10/ChangeLog:1.647
--- ircu2.10/ChangeLog:1.646    Thu Jun 16 20:55:11 2005
+++ ircu2.10/ChangeLog  Sat Jun 18 18:37:59 2005
@@ -1,3 +1,8 @@
+2005-06-19  Andrew Miller  <[EMAIL PROTECTED]>
+
+       * ircd/s_stats.c: Remove the "debug only" label on memusage stats,
+       since it no longer applies.
+
 2005-05-16  Michael Poole <[EMAIL PROTECTED]>
 
        * include/channel.h (struct Ban): Make 'who' and 'banstr' direct
Index: ircu2.10/ircd/s_stats.c
diff -u ircu2.10/ircd/s_stats.c:1.43 ircu2.10/ircd/s_stats.c:1.44
--- ircu2.10/ircd/s_stats.c:1.43        Thu Jun 16 20:55:13 2005
+++ ircu2.10/ircd/s_stats.c     Sat Jun 18 18:37:59 2005
@@ -62,7 +62,7 @@
 /** @file
  * @brief Report configuration lines and other statistics from this
  * server.
- * @version $Id: s_stats.c,v 1.43 2005/06/17 03:55:13 entrope Exp $
+ * @version $Id: s_stats.c,v 1.44 2005/06/19 01:37:59 a1kmm Exp $
  *
  * Note: The info is reported in the order the server uses
  *       it--not reversed as in ircd.conf!
@@ -609,7 +609,7 @@
     "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." },
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to