Browse Source

[3618] missing space in message

Francis Dupont 10 years ago
parent
commit
1f1781face
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/pkt6.cc

+ 1 - 1
src/lib/dhcp/pkt6.cc

@@ -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