Browse Source

adl/misc: mention that the found adapters are logical.

build-mingw
Noel Maersk 11 years ago
parent
commit
5fd5e3b67d
  1. 2
      adl.c

2
adl.c

@ -361,7 +361,7 @@ void init_adl(int nDevs)
return; 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 */ /* Iterate over iNumberAdapters and find the lpAdapterID of real devices */
for (i = 0; i < iNumberAdapters; i++) { for (i = 0; i < iNumberAdapters; i++) {

Loading…
Cancel
Save