From: Andrew Miller Date: Sun, 19 Jun 2005 01:37:59 +0000 (+0000) Subject: Remove "debug only" since meminfo is no longer debug only. X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=c169970c5062b4cb926115d3b177ee01469056eb;p=ircu2.10.12-pk.git Remove "debug only" since meminfo is no longer debug only. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1428 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index 69692d2..2b990df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-19 Andrew Miller + + * ircd/s_stats.c: Remove the "debug only" label on memusage stats, + since it no longer applies. + 2005-05-16 Michael Poole * include/channel.h (struct Ban): Make 'who' and 'banstr' direct diff --git a/ircd/s_stats.c b/ircd/s_stats.c index 05965e7..6b390aa 100644 --- a/ircd/s_stats.c +++ b/ircd/s_stats.c @@ -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." },