mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2017-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added an 'Engine=' directive to the [MySQL] section of rd.conf(5). * Refactored the schema update code to use standard form in rdadmin(1).
This commit is contained in:
@@ -871,7 +871,7 @@ void ListLog::loadButtonData()
|
||||
break;
|
||||
|
||||
case 3:
|
||||
if(!RDLog::create(name,svcname,rdripc->user(),&err_msg)) {
|
||||
if(!RDLog::create(name,svcname,rdripc->user(),&err_msg,air_config)) {
|
||||
QMessageBox::warning(this,"RDAirPlay - "+tr("Error"),err_msg);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -755,7 +755,7 @@ bool LogPlay::refresh()
|
||||
|
||||
void LogPlay::save(int line)
|
||||
{
|
||||
RDLogEvent::save(line);
|
||||
RDLogEvent::save(air_config,line);
|
||||
if(play_log!=NULL) {
|
||||
delete play_log;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user