1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00
This commit is contained in:
Elbandi 2014-06-27 13:17:55 +02:00
parent 044bf70901
commit cc699e1d37

View File

@ -824,7 +824,7 @@ void apply_pool_profile(struct pool *pool)
//no profile specified in pool, use default profile //no profile specified in pool, use default profile
else else
{ {
applog(LOG_DEBUG, "Loading settings from default_profile for pool %i", pool->profile, pool->pool_no); applog(LOG_DEBUG, "Loading settings from default_profile for pool %i", pool->pool_no);
profile = &default_profile; profile = &default_profile;
} }