mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +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;
|
||||
}
|
||||
|
||||
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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user