mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #338 Fixed missing severity string.
This commit is contained in:
@@ -168,6 +168,11 @@ namespace BlackMisc
|
||||
{
|
||||
switch (this->m_severity)
|
||||
{
|
||||
case SeverityDebug:
|
||||
{
|
||||
static QString d("debug");
|
||||
return d;
|
||||
}
|
||||
case SeverityInfo:
|
||||
{
|
||||
static QString i("info");
|
||||
|
||||
Reference in New Issue
Block a user