Skip to content

Commit 5a5d450

Browse files
authored
fix(nodebuilder/pruner): Change archival mode warning message (#4064)
1 parent 77bcc9d commit 5a5d450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: nodebuilder/pruner/flags.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ If you want to retain history beyond the sampling window, please pass the --arch
4848

4949
// Warn the user if pruning is disabled and archival is not enabled for Full and Bridge nodes
5050
if !archivalChanged && (tp == node.Full || tp == node.Bridge) {
51-
log.Warn(`WARNING: Pruning is disabled.
52-
Pruning will become the default mode for all nodes.
51+
log.Warn(`WARNING: Node is now running in ARCHIVAL mode.
52+
PRUNING mode will become the default for all nodes.
5353
If you want to retain history beyond the sampling window, please pass the --archival flag.`)
5454
}
5555
}

0 commit comments

Comments
 (0)