Browse Source

Merge pull request #291 from Elbandi/v5_0

Fix typo
djm34
ystarnaud 11 years ago
parent
commit
82518d6396
  1. 2
      config_parser.c

2
config_parser.c

@ -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;
} }

Loading…
Cancel
Save