Skip to content

Commit 0e7400b

Browse files
committed
Shutdown text refer to blockchain vs. store.
1 parent 0c5cd4a commit 0e7400b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/full_node.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ bool full_node::stop()
259259

260260
if (!chain_stop)
261261
LOG_ERROR(LOG_NODE)
262-
<< "Failed to stop database.";
262+
<< "Failed to stop blockchain.";
263263

264264
return p2p_stop && chain_stop;
265265
}
@@ -280,7 +280,7 @@ bool full_node::close()
280280

281281
if (!chain_close)
282282
LOG_ERROR(LOG_NODE)
283-
<< "Failed to close database.";
283+
<< "Failed to close blockchain.";
284284

285285
return p2p_close && chain_close;
286286
}

0 commit comments

Comments
 (0)