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