From: Thomas Markwalder Date: Wed, 11 Nov 2015 20:19:38 +0000 (-0500) Subject: [master] Removed periods from log messages X-Git-Tag: trac4121_base~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5810e81a219227e019c061045f4ab2455498c7ec;p=thirdparty%2Fkea.git [master] Removed periods from log messages src/lib/dhcpsrv/dhcpsrv_messages.mes --- diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index c2f2d5dbfc..de012ff1a3 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -359,7 +359,7 @@ timer used for lease file cleanup scheduling. This is highly unlikely and indicates programming error. The message include the reason for this error. -% DHCPSRV_MEMFILE_NEEDS_DOWNGRADING version of lease file: %1 schema is later than version %2. +% DHCPSRV_MEMFILE_NEEDS_DOWNGRADING version of lease file: %1 schema is later than version %2 A warning message issued when the schema of the lease file loaded by the server is newer than the memfile schema of the server. The server converts the lease data from newer schemas to its schema as it is read, therefore the lease @@ -367,7 +367,7 @@ information in use by the server will be correct. Note though, that any data data stored in newer schema fields will be dropped. What remains is for the file itself to be rewritten using the current schema. -% DHCPSRV_MEMFILE_NEEDS_UPGRADING version of lease file: %1 schema is earlier than version %2. +% DHCPSRV_MEMFILE_NEEDS_UPGRADING version of lease file: %1 schema is earlier than version %2 A warning message issued when the schema of the lease file loaded by the server pre-dates the memfile schema of the server. Note that the server converts the lease data from older schemas to the current schema as it is read, therefore