]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1044] fixed log messages
authorRazvan Becheriu <razvan@isc.org>
Thu, 5 Dec 2019 13:34:51 +0000 (15:34 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 5 Dec 2019 13:34:51 +0000 (15:34 +0200)
src/lib/dhcpsrv/dhcpsrv_messages.mes

index 0c2d19d29b4267e2ffa639925e7423c2a7418504..91ce24cc4f08b08f6ff39f2b0eb9f663029d6ece 100644 (file)
@@ -961,7 +961,7 @@ The reason for the failure is appended as an argument of the log message.
 A debug message issued when the server is about to add an IPv4 lease
 with the specified address to the PostgreSQL backend database.
 
-% DHCPSRV_PGSQL_ADD_ADDR6 adding IPv6 lease with address %1
+% DHCPSRV_PGSQL_ADD_ADDR6 adding IPv6 lease with address %1, lease type %2
 A debug message issued when the server is about to add an IPv6 lease
 with the specified address to the PostgreSQL backend database.
 
@@ -1132,7 +1132,7 @@ any of these INSERT statements fail.
 A debug message issued when the server is attempting to update IPv4
 lease from the PostgreSQL database for the specified address.
 
-% DHCPSRV_PGSQL_UPDATE_ADDR6 updating IPv6 lease for address %1
+% DHCPSRV_PGSQL_UPDATE_ADDR6 updating IPv6 lease for address %1, lease type %2
 A debug message issued when the server is attempting to update IPv6
 lease from the PostgreSQL database for the specified address.