From: APTX Date: Sun, 26 May 2013 02:26:27 +0000 (+0200) Subject: Print debug message on pending mylist update data error. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=227f669d97503bca353efcfbe8929418cc77db3b;p=localmylist.git Print debug message on pending mylist update data error. --- 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);