}
}
catch (SSqlException &e) {
- throw PDNSException("GSQLBackend unable to delete RRSet: "+e.txtReason());
+ throw PDNSException("GSQLBackend unable to delete RRSet " + qname.toLogString() + "|" + qt.getName() + ": "+e.txtReason());
}
if (rrset.empty()) {
reset();
}
catch (SSqlException &e) {
- throw PDNSException("GSQLBackend unable to delete comment: "+e.txtReason());
+ throw PDNSException("GSQLBackend unable to delete comment for RRSet " + qname.toLogString() + "|" + qt.getName() + ": "+e.txtReason());
}
}
for(const auto& rr: rrset) {