Skip to content

Commit

Permalink
debug logging: rename SKIN ERROR to 'Skin parsing failed at'
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Nov 5, 2023
1 parent 71197f8 commit 7a7f2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skin/legacy/skincontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ QDebug SkinContext::logWarning(const char* file,
const int line,
const QDomNode& node,
const QString& message) const {
return qWarning() << QString("SKIN ERROR at %1:%2 <%3>: %4 | %5:%6")
return qWarning() << QString("Skin parsing failed at %1:%2 <%3>: %4 | %5:%6")
.arg(m_xmlPath,
QString::number(node.lineNumber()),
node.nodeName(),
Expand Down

0 comments on commit 7a7f2b4

Please sign in to comment.