diff options
author | Francis Dupont <fdupont@isc.org> | 2023-08-03 16:30:32 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2023-08-03 16:30:32 +0200 |
commit | 58f91d4a04795af1b4028f93d7f705486647affb (patch) | |
tree | 78f14fce18df6de91f812e085eac8e817bca83e0 /src/bin/dhcp6/dhcp6_messages.mes | |
parent | [#2908] Fixed class assigned logs (diff) | |
download | kea-58f91d4a04795af1b4028f93d7f705486647affb.tar.xz kea-58f91d4a04795af1b4028f93d7f705486647affb.zip |
[#2908] Addressed comments
Diffstat (limited to '')
-rw-r--r-- | src/bin/dhcp6/dhcp6_messages.mes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes index 93a317defd..de4292ea3d 100644 --- a/src/bin/dhcp6/dhcp6_messages.mes +++ b/src/bin/dhcp6/dhcp6_messages.mes @@ -72,7 +72,7 @@ The server will continue to operate but won't make any further attempts to fetch configuration updates. The administrator must fix the configuration in the database and reload (or restart) the server. -% DHCP6_CLASSES_ASSIGNED %1: client packet has been assigned to following classes: %2 +% DHCP6_CLASSES_ASSIGNED %1: client packet has been assigned to the following classes: %2 This debug message informs that incoming packet has been assigned to specified classes. This is a normal behavior and indicates successful operation. The first argument specifies the client and transaction identification |