]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3618] missing space in message
authorFrancis Dupont <fdupont@isc.org>
Tue, 19 May 2015 10:44:00 +0000 (12:44 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 19 May 2015 10:44:00 +0000 (12:44 +0200)
src/lib/dhcp/pkt6.cc

index e2c5ff8ec4065c29725814d9d14b2fa8fd4293d4..24f1ec96d7c1c66128e39e549ceaf3e06c670a66 100644 (file)
@@ -256,7 +256,7 @@ void
 Pkt6::packTCP() {
     /// TODO Implement this function.
     isc_throw(NotImplemented, "DHCPv6 over TCP (bulk leasequery and failover)"
-              "not implemented yet.");
+              " not implemented yet.");
 }
 
 void