Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
0578d0d9
Commit
0578d0d9
authored
Mar 04, 2020
by
Laurent Montel
Browse files
Debug--
parent
eb7929fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/dkim-verify/dkimchecksignaturejob.cpp
View file @
0578d0d9
...
...
@@ -398,7 +398,7 @@ void DKIMCheckSignatureJob::slotDownloadKeyDone(const QList<QByteArray> &lst, co
for
(
const
QByteArray
&
b
:
lst
)
{
ba
+=
b
;
}
qCWarnin
g
(
MESSAGEVIEWER_DKIMCHECKER_LOG
)
<<
"Key result has more that 1 element"
<<
lst
;
//qCDebu
g(MESSAGEVIEWER_DKIMCHECKER_LOG) << "Key result has more that 1 element" << lst;
}
else
{
ba
=
lst
.
at
(
0
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment