Changeset 1005 for trunk/pdns/pdns/backends/bind/bindbackend2.cc
- Timestamp:
- 03/30/07 09:41:07 (6 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/backends/bind/bindbackend2.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/backends/bind/bindbackend2.cc
r1002 r1005 753 753 if(!bbd.d_loaded) { 754 754 d_handle.reset(); 755 throw DBException("Zone temporarily not available (file missing, or master dead)"); // fsck755 throw DBException("Zone for '"+bbd.d_name+"' in '"+bbd.d_filename+"' temporarily not available (file missing, or master dead)"); // fsck 756 756 } 757 757