From cc6adb9bb2c40a937b8c84029acd97324f8dbab1 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Fri, 25 Jun 2021 15:39:33 +0200 Subject: [PATCH] [#1915] Addressed review - typos - removed unnecessary words --- doc/sphinx/arm/logging.rst | 2 +- src/lib/dhcpsrv/alloc_engine_messages.mes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/arm/logging.rst b/doc/sphinx/arm/logging.rst index 0af3d1f4ec..c20761c314 100644 --- a/doc/sphinx/arm/logging.rst +++ b/doc/sphinx/arm/logging.rst @@ -857,5 +857,5 @@ be logged on much higher levels, such as ``WARN`` or even ``ERROR``. - 55 - includes all details available, including full packet contents with all options printed. -The debug levels apply only to messaged logged on ``DEBUG``. The debug levels are configured using +The debug levels apply only to messages logged on ``DEBUG``. The debug levels are configured using the ``debuglevel`` option. See Section :ref:`debuglevel` for details. \ No newline at end of file diff --git a/src/lib/dhcpsrv/alloc_engine_messages.mes b/src/lib/dhcpsrv/alloc_engine_messages.mes index d0d0f5a5bd..4bf5e35fd8 100644 --- a/src/lib/dhcpsrv/alloc_engine_messages.mes +++ b/src/lib/dhcpsrv/alloc_engine_messages.mes @@ -93,7 +93,7 @@ This warning message is issued when the allocation engine fails to allocate a lease for a client connected to a subnet that does not belong to a shared network. The first argument includes the client identification information. The second and third arguments identify the subnet. The fourth argument -also specify the shared network, if the subnet belongs to a shared network. +specify the shared network, if the subnet belongs to a shared network. There are many reasons for failing lease allocations. One of them may be the address pools exhaustion or existing reservations for the free leases.