Browse Source

[1331] fixed typo that breaks compile

JINMEI Tatuya 13 years ago
parent
commit
43de15e4b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/database.cc

+ 1 - 1
src/lib/datasrc/database.cc

@@ -1027,7 +1027,7 @@ DatabaseUpdater::commit() {
                   << db_name_);
     }
     if (journaling_ && diff_phase_ == DELETE) {
-        isc_throw(isc::BatValue, "Update sequence not complete");
+        isc_throw(isc::BadValue, "Update sequence not complete");
     }
     accessor_->commit();
     committed_ = true; // make sure the destructor won't trigger rollback