From fd93fe694fa8aebc2e523ea5d11ef0684143b484 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 28 Oct 1994 20:24:00 +0000 Subject: [PATCH] Initial EPICS version --- src/dev/devSysmon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dev/devSysmon.c b/src/dev/devSysmon.c index 5de541196..f594bca02 100644 --- a/src/dev/devSysmon.c +++ b/src/dev/devSysmon.c @@ -569,7 +569,8 @@ static long init_mbbi_record(struct mbbiRecord *pmbbi) if (!strcmp(table[3].parm_name, pvmeio->parm)) { - printf("devSysmon: mbbi record is Temperature\n"); + if (devSysmonDebug >= 10) + printf("devSysmon: mbbi record is Temperature\n"); pmbbi->nobt = 0x08; /* make sure 8 bits wide */