Comment 1 for bug 1462952

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

info() tags are printed by dbDumpRecord(). Of course this function operates on recordtype, so it is difficult to debug just one record. dbpr() seems as good a place as any to print them.

It might also be good to refactor dbDumpRecord() to create a new dbDump* function which prints a single record.