mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
adl/misc: mention that the found adapters are logical.
This commit is contained in:
parent
5896da18b1
commit
5fd5e3b67d
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…
Reference in New Issue
Block a user