Get rid of junky timestamps, along with some select pointless log messages
This commit is contained in:
parent
9cef16a47d
commit
8b18af0515
6 changed files with 54 additions and 62 deletions
|
@ -316,7 +316,7 @@ InstanceList::InstListError InstanceList::loadList()
|
|||
{
|
||||
inst->setGroupInitial((*iter));
|
||||
}
|
||||
QLOG_INFO() << QString("Loaded instance %1").arg(inst->name()).toUtf8();
|
||||
QLOG_INFO() << "Loaded instance " << inst->name();
|
||||
inst->setParent(this);
|
||||
m_instances.append(inst);
|
||||
connect(instPtr, SIGNAL(propertiesChanged(BaseInstance *)), this,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue