From e048d66889fd94258305a98dd573214838baa5b3 Mon Sep 17 00:00:00 2001 From: John Winans Date: Fri, 10 Jul 1992 16:17:25 +0000 Subject: [PATCH] made a print statment into a debug statement --- src/drv/drvGpib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv/drvGpib.c b/src/drv/drvGpib.c index f7138c602..a654720fd 100644 --- a/src/drv/drvGpib.c +++ b/src/drv/drvGpib.c @@ -1237,7 +1237,7 @@ struct ibLink *plink; /* a reference to the link structures covered */ int pollActive; int working; - /*if (ibDebug)*/ + if (ibDebug) printf("ibLinkTask started for link type %d, link %d\n", plink->linkType, plink->linkId); /* send out a UNL and UNT to test-drive the link */