refs #641, using order in model caches

This commit is contained in:
Klaus Basan
2016-04-23 02:18:04 +02:00
parent 1bb6f98e56
commit bb6eea6c72
2 changed files with 17 additions and 5 deletions

View File

@@ -492,7 +492,7 @@ namespace BlackMisc
emit valuesWantToCache({ { { element.m_key, value } }, timestamp, save });
}
// All good info
status = CStatusMessage(this, CStatusMessage::SeverityInfo, "set values in cache");
status = CStatusMessage(this, CStatusMessage::SeverityInfo, "Set values in " + this->getKey(element));
}
return status;
}