mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +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:
@@ -72,7 +72,7 @@ void MainObject::rmlReceivedData(RDMacro *rml)
|
||||
}
|
||||
return;
|
||||
}
|
||||
air_logs[index]->setLogName(RDLog::tableName(logname));
|
||||
air_logs[index]->setLogName(logname);
|
||||
air_logs[index]->load();
|
||||
rda->log(RDConfig::LogInfo,"loaded log \""+logname+"\" into log machine"+
|
||||
QString().sprintf(" %d",rml->arg(0).toInt()));
|
||||
|
||||
Reference in New Issue
Block a user