diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-30 20:53:48 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-30 20:53:48 -0600 |
| commit | 1369c8d5712bc3b23bcc5a5e9ead4a6ec159bc17 (patch) | |
| tree | 12cd6e96b78e2e22425734cb7ac1a2f784084ea3 /src/bbcode.cpp | |
| parent | 4b522f40e88e1350434aaa7d77fc60cb7ca36930 (diff) | |
Make logs more consistent in format and content
Diffstat (limited to 'src/bbcode.cpp')
| -rw-r--r-- | src/bbcode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bbcode.cpp b/src/bbcode.cpp index 84d7a7c0..3475f1b2 100644 --- a/src/bbcode.cpp +++ b/src/bbcode.cpp @@ -100,7 +100,7 @@ public: // expression doesn't match. either the input string is invalid
// or the expression is
qWarning("%s doesn't match the expression for %s",
- temp.toUtf8().constData(), tagName.toUtf8().constData());
+ qUtf8Printable(temp), qUtf8Printable(tagName));
length = 0;
return QString();
}
|
