Browse Source

[3899] Unified error message

Francis Dupont 10 years ago
parent
commit
8ad902b11c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/pgsql_lease_mgr.cc

+ 1 - 1
src/lib/dhcpsrv/pgsql_lease_mgr.cc

@@ -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());
         }
     }