mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-19 04:14:31 +00:00
fix: wrong name in log when skipping node
This commit is contained in:
parent
e1ba63e0d2
commit
ff53ea81a8
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ pub fn init_auto(app: &mut App) {
|
|||
);
|
||||
}
|
||||
} else {
|
||||
info!("Skipping auto-p2pool...");
|
||||
info!("Skipping auto-node...");
|
||||
}
|
||||
// [Auto-P2Pool]
|
||||
if app.state.gupax.auto_p2pool {
|
||||
|
|
Loading…
Reference in a new issue