summaryrefslogtreecommitdiffstats
path: root/src/bin/lfc/lfc_messages.mes
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/lfc/lfc_messages.mes')
-rw-r--r--src/bin/lfc/lfc_messages.mes12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/bin/lfc/lfc_messages.mes b/src/bin/lfc/lfc_messages.mes
index 88225343f4..cc3d6806eb 100644
--- a/src/bin/lfc/lfc_messages.mes
+++ b/src/bin/lfc/lfc_messages.mes
@@ -32,7 +32,17 @@ lease files.
This message is issued just before LFC starts rotating the
lease files - removing the old and replacing them with the new.
-% LFC_FAILURE_MESSAGE LFC failed: %1
+% LFC_FAILURE_MESSAGE : %1
This message is issued if LFC detected a failure when trying
to manipulate the files. It includes a more specifc error string.
+% LFC_READ_MESSAGE Leases: %1, attempts: %2, errors: %3.
+This message print out the number of leases that were read, the
+number of attempts to read leases and the number of errors
+encountered while reading.
+
+% LFC_WRITE_MESSAGE Leases: %1, attempts: %2, errors: %3.
+This message print out the number of leases that were written, the
+number of attempts to write leases and the number of errors
+encountered while writing.
+