mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-07-03 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LOG_LINES' table to the database. * Incremented the database version to 288. * Removed the 'RDLog::tableName()' method.
This commit is contained in:
@@ -119,8 +119,7 @@ void LogObject::userData()
|
||||
//
|
||||
// Generate Exception Report
|
||||
//
|
||||
RDLogEvent *event=
|
||||
new RDLogEvent(QString().sprintf("%s_LOG",(const char *)logname));
|
||||
RDLogEvent *event=new RDLogEvent(logname);
|
||||
event->load();
|
||||
if((event->validate(&report,start_date)!=0)||
|
||||
(!unused_report.isEmpty())) {
|
||||
|
||||
Reference in New Issue
Block a user