From 31e2dbe7caf313aab87bde11ba83908f6cbf324d Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 13 Jan 2010 20:38:05 +0000 Subject: [PATCH] Bug fix report() "breaking" out after 1st controller reported. --- motorApp/NewportSrc/drvMM3000.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/motorApp/NewportSrc/drvMM3000.cc b/motorApp/NewportSrc/drvMM3000.cc index a694c548..751c2de3 100644 --- a/motorApp/NewportSrc/drvMM3000.cc +++ b/motorApp/NewportSrc/drvMM3000.cc @@ -187,7 +187,6 @@ static long report(int level) printf(" MM3000 controller %d asyn port= %s, address=%d, id: %s \n", card, cntrl->asyn_port, cntrl->asyn_address, brdptr->ident); - break; } } }