forked from blue/squawk
Added logs for Shura to help me to debug a download attachment issue
This commit is contained in:
parent
296328f12d
commit
62a59eb7a1
6 changed files with 14 additions and 3 deletions
|
@ -123,6 +123,7 @@ bool Core::Archive::addElement(const Shared::Message& message)
|
|||
if (!opened) {
|
||||
throw Closed("addElement", jid.toStdString());
|
||||
}
|
||||
qDebug() << "Adding message with id " << message.getId();
|
||||
QByteArray ba;
|
||||
QDataStream ds(&ba, QIODevice::WriteOnly);
|
||||
message.serialize(ds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue