]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3899] Unified error message
authorFrancis Dupont <fdupont@isc.org>
Tue, 16 Jun 2015 20:02:52 +0000 (22:02 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 16 Jun 2015 20:02:52 +0000 (22:02 +0200)
src/lib/dhcpsrv/pgsql_lease_mgr.cc

index da41047618e469212de56a6a9a7ae8cdb1c52700..bc69cadcc55e6f9ab9d04df5ea897836052c19ab 100644 (file)
@@ -662,7 +662,7 @@ public:
 
         } catch (const std::exception& ex) {
             isc_throw(DbOperationError,
-                      "Could not create bind array for Lease4: "
+                      "Could not create bind array from Lease4: "
                       << lease_->addr_.toText() << ", reason: " << ex.what());
         }
     }