Fixed conflict in 'ChangeLog'

This commit is contained in:
Fred Gleason 2019-05-31 12:20:52 -04:00
commit b56cd3abfb
2 changed files with 5 additions and 3 deletions

View File

@ -18699,3 +18699,5 @@
2019-05-27 Patrick Linstruth <patrick@deltecent.com> 2019-05-27 Patrick Linstruth <patrick@deltecent.com>
* Fixed regression in rdlibrary(1) where matching count and * Fixed regression in rdlibrary(1) where matching count and
background color codes were inaccurate. background color codes were inaccurate.
2019-05-31 Patrick Linstruth <patrick@deltecent.com>
* Fixed bug in rdlogmanager(1) deconflicting rules.

View File

@ -699,9 +699,9 @@ bool RDEventLine::generateLog(QString logname,const QString &svcname,
*report+=QObject::tr(" with sched code(s): ")+HaveCode()+" "+HaveCode2(); *report+=QObject::tr(" with sched code(s): ")+HaveCode()+" "+HaveCode2();
} }
*report+="\n"; *report+="\n";
}
schedCL->restore(); schedCL->restore();
} }
}
// //
// Artist separation // Artist separation
@ -731,9 +731,9 @@ bool RDEventLine::generateLog(QString logname,const QString &svcname,
*report+=QObject::tr(" with sched code(s): ")+HaveCode()+" "+HaveCode2(); *report+=QObject::tr(" with sched code(s): ")+HaveCode()+" "+HaveCode2();
} }
*report+="\n"; *report+="\n";
}
schedCL->restore(); schedCL->restore();
} }
}
// Clock Scheduler Rules // Clock Scheduler Rules
sql=QString("select ")+ sql=QString("select ")+
@ -779,8 +779,8 @@ bool RDEventLine::generateLog(QString logname,const QString &svcname,
*report+=time.toString("hh:mm:ss")+" "+ *report+=time.toString("hh:mm:ss")+" "+
QObject::tr("Rule broken: Max. in a Row/Min. Wait for ")+ QObject::tr("Rule broken: Max. in a Row/Min. Wait for ")+
q->value(0).toString()+"\n"; q->value(0).toString()+"\n";
}
schedCL->restore(); schedCL->restore();
}
// do not play after // do not play after
if(q->value(3).toString()!="") { if(q->value(3).toString()!="") {