diff --git a/src/init.cpp b/src/init.cpp index d1c6a5cad0e..da1b927dd94 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1872,7 +1872,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info) } else { // Prior to setting NODE_NETWORK, check if we can provide historical blocks. if (!WITH_LOCK(chainman.GetMutex(), return chainman.BackgroundSyncInProgress())) { - LogInfo("Setting NODE_NETWORK on non-prune mode"); + LogInfo("Setting NODE_NETWORK in non-prune mode"); g_local_services = ServiceFlags(g_local_services | NODE_NETWORK); } else { LogInfo("Running node in NODE_NETWORK_LIMITED mode until snapshot background sync completes");