Skip to content

Commit 83db2f3

Browse files
committed
Added more descriptive qDebug keywords
1 parent b455dd7 commit 83db2f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SyntaxManager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ std::unique_ptr<QSyntaxHighlighter> SyntaxManager::createHighlighter(QTextDocume
120120
}
121121
else
122122
{
123-
qDebug() << "No extensions key in YAML config.";
123+
qDebug() << "[SyntaxManager] No extensions key in YAML config.";
124124
}
125125
}
126126
#ifdef DEBUG
127-
qDebug() << "No matching highlighter found for extension:" << extension;
127+
qDebug() << "[SyntaxManager] No matching highlighter found for extension:" << extension;
128128
#endif
129129
return nullptr;
130130
}

0 commit comments

Comments
 (0)