Changeset 2504

Show
Ignore:
Timestamp:
03/16/12 13:30:45 (14 months ago)
Author:
peter
Message:

fix error message typo

Files:
1 modified

Legend:

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

    r2496 r2504  
    256256  } 
    257257  catch (SSqlException &e) { 
    258     throw AhuException("GSQLBackend unable to retrieve named TSIG key: "+e.txtReason()); 
     258    throw AhuException("BindBackend unable to retrieve named TSIG key: "+e.txtReason()); 
    259259  } 
    260260