Show
Ignore:
Timestamp:
03/30/07 09:41:07 (6 years ago)
Author:
ahu
Message:

report which zone files are missing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/backends/bind/bindbackend2.cc

    r1002 r1005  
    753753  if(!bbd.d_loaded) { 
    754754    d_handle.reset(); 
    755     throw DBException("Zone temporarily not available (file missing, or master dead)"); // fsck 
     755    throw DBException("Zone for '"+bbd.d_name+"' in '"+bbd.d_filename+"' temporarily not available (file missing, or master dead)"); // fsck 
    756756  } 
    757757