From 5fd5e3b67d949f165802548ab3f9045ace459661 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Fri, 28 Mar 2014 16:57:01 +0200 Subject: [PATCH] adl/misc: mention that the found adapters are logical. --- adl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adl.c b/adl.c index 66202320..1aabe56a 100644 --- a/adl.c +++ b/adl.c @@ -361,7 +361,7 @@ void init_adl(int nDevs) return; } - applog(LOG_INFO, "Found %d ADL adapters", iNumberAdapters); + applog(LOG_INFO, "Found %d logical ADL adapters", iNumberAdapters); /* Iterate over iNumberAdapters and find the lpAdapterID of real devices */ for (i = 0; i < iNumberAdapters; i++) {