From 3c9f5cf36f07f66f2d867577c761c1839ece7f30 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 8 Apr 2020 17:09:32 -0700 Subject: [PATCH] Log messages: nit copy edit --- .../troubleshooting/understanding-log-messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/manage-the-rippled-server/troubleshooting/understanding-log-messages.md b/content/tutorials/manage-the-rippled-server/troubleshooting/understanding-log-messages.md index b40b0ef51e..3826f29020 100644 --- a/content/tutorials/manage-the-rippled-server/troubleshooting/understanding-log-messages.md +++ b/content/tutorials/manage-the-rippled-server/troubleshooting/understanding-log-messages.md @@ -153,7 +153,7 @@ Messages such as the following occur when [online deletion is interrupted](onlin SHAMapStore:WRN Not deleting. state: syncing. age 25s ``` -The `state` indicates the [server state](rippled-server-states.html) and the `age` indicates how many seconds since the last validated ledger was closed. (A healthy age for the last validated ledger is 7 seconds or less.) +The `state` indicates the [server state](rippled-server-states.html). The `age` indicates how many seconds since the last validated ledger was closed. (A healthy age for the last validated ledger is 7 seconds or less.) During startup, these messages are normal and can be safely ignored. At other times, messages like this usually indicate that the server does not meet the [system requirements](system-requirements.html), especially disk I/O, to run online deletion at the same time as everything else the server is doing.