mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #653 Rephrase "uninitialized value" message.
This commit is contained in:
@@ -597,7 +597,7 @@ namespace BlackMisc
|
||||
{
|
||||
if (! value.isValid())
|
||||
{
|
||||
return CStatusMessage(this, invalidSeverity, "Uninitialized value for " + element.m_key, true);
|
||||
return CStatusMessage(this, invalidSeverity, "Empty cache value " + element.m_key, true);
|
||||
}
|
||||
else if (value.userType() != element.m_metaType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user