From d09f09f78712823705bed4bcd5c239cd0f612e63 Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Fri, 27 Apr 2007 16:33:38 +0100 Subject: [PATCH] Mps br/diag: backout change to variety.ii: (was now has DIAGNOSTICS, and no logging; now: back to CONFIG_LOG, and no diag) Copied from Perforce Change: 162221 ServerID: perforce.ravenbrook.com --- mps/code/config.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mps/code/config.h b/mps/code/config.h index 6b4d0163b08..edf27000969 100644 --- a/mps/code/config.h +++ b/mps/code/config.h @@ -54,13 +54,10 @@ #define CONFIG_LOG #elif defined(CONFIG_VAR_II) /* Ice, Internal; variety.ii (HotLog) */ -/* This WAS a hot logging variety. Now it's a hot diagnostic variety - * (non-logging), pro tem. RHSK 2007-04-27. - */ #define CONFIG_ASSERT #define CHECKLEVEL_INITIAL CheckLevelMINIMAL -#define CONFIG_DEBUG -/* no telemetry log events */ +/* no debug diagnostic statistic meters */ +#define CONFIG_LOG #endif