From 227f669d97503bca353efcfbe8929418cc77db3b Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 26 May 2013 04:26:27 +0200 Subject: [PATCH] Print debug message on pending mylist update data error. --- localmylist/requesthandler.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/localmylist/requesthandler.cpp b/localmylist/requesthandler.cpp index f634a02..6ab1955 100644 --- a/localmylist/requesthandler.cpp +++ b/localmylist/requesthandler.cpp @@ -632,7 +632,10 @@ void RequestHandler::myListEditReplyRecieved(bool success) qint64 id = myListUpdateIdMap.take(reply); if (!success) + { + qDebug() << "Data error for pending mylist update" << id; return; + } RaiiTransaction t(db); -- 2.52.0