mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 15:27:53 +00:00
libztex: Make log messages say bitstream when refering to bitstreams
This commit is contained in:
parent
d9479b2cee
commit
90b3e6adbd
@ -297,7 +297,7 @@ static int libztex_configureFpgaHS(struct libztex_device *ztex, const char* firm
|
||||
for (tries = 3; tries > 0; tries--) {
|
||||
fp = open_bitstream("ztex", firmware);
|
||||
if (!fp) {
|
||||
applog(LOG_ERR, "%s: failed to read firmware '%s'", ztex->repr, firmware);
|
||||
applog(LOG_ERR, "%s: failed to read bitstream '%s'", ztex->repr, firmware);
|
||||
return -2;
|
||||
}
|
||||
|
||||
@ -365,7 +365,7 @@ static int libztex_configureFpgaLS(struct libztex_device *ztex, const char* firm
|
||||
for (tries = 10; tries > 0; tries--) {
|
||||
fp = open_bitstream("ztex", firmware);
|
||||
if (!fp) {
|
||||
applog(LOG_ERR, "%s: failed to read firmware '%s'", ztex->repr, firmware);
|
||||
applog(LOG_ERR, "%s: failed to read bitstream '%s'", ztex->repr, firmware);
|
||||
return -2;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user