]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#805,!6-p] Added missing space in the log message.
authorMarcin Siodelski <marcin@isc.org>
Wed, 14 Aug 2019 16:23:36 +0000 (18:23 +0200)
committerThomas Markwalder <tmark@isc.org>
Fri, 16 Aug 2019 22:33:11 +0000 (18:33 -0400)
src/lib/dhcpsrv/csv_lease_file4.cc

index acf672362f91d67184fffb017efcf4928f337b74..a696377c99e5eeba67e500a8420ec60f609ae986 100644 (file)
@@ -124,7 +124,7 @@ CSVLeaseFile4::next(Lease4Ptr& lease) {
             (state != Lease::STATE_DECLINED)) {
             isc_throw(BadValue, "Lease4: " << addr.toText() << ", state: "
                       << Lease::basicStatesToText(state)
-                      << "has neither hardware address or client id");
+                      << " has neither hardware address or client id");
         }
 
         // Get the user context (can be NULL).