Skip to content

Commit

Permalink
fix: change info to debug line inside p2pool loop process
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Jul 29, 2024
1 parent dd1cdf2 commit baa70cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/p2pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ impl Helper {
if (last_p2pool_request_expired || lock!(pub_api).p2pool_difficulty_u64 <= 100000)
&& lock!(process).state == ProcessState::Alive
{
info!("P2Pool Watchdog | Attempting [network] & [pool] API file read");
debug!("P2Pool Watchdog | Attempting [network] & [pool] API file read");
if let (Ok(network_api), Ok(pool_api)) = (
Self::path_to_string(&api_path_network, ProcessName::P2pool),
Self::path_to_string(&api_path_pool, ProcessName::P2pool),
Expand Down

0 comments on commit baa70cd

Please sign in to comment.