mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 06:31:18 +02:00
2019-04-29 Fred Gleason <fredg@paravelsystems.com>
* Added code to normalize the case of log names in 'RDLog::RDLog()'.
This commit is contained in:
@@ -84,7 +84,9 @@ QString RDLogEvent::logName() const
|
||||
|
||||
void RDLogEvent::setLogName(QString logname)
|
||||
{
|
||||
log_name=logname;
|
||||
RDLog *log=new RDLog(logname);
|
||||
log_name=log->name(); // So we normalize the case
|
||||
delete log;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user