mirror of
https://github.com/YACReader/yacreader
synced 2025-08-02 12:25:18 -04:00
reduce the log messages with INFO level
This commit is contained in:
@ -532,7 +532,7 @@ void DBHelper::reasignOrderToComicsInReadingList(qulonglong readingListId, QList
|
||||
updateOrdering.bindValue(":comic_id", id);
|
||||
updateOrdering.bindValue(":reading_list_id", readingListId);
|
||||
updateOrdering.exec();
|
||||
QLOG_INFO() << updateOrdering.lastError().databaseText() << "-" << updateOrdering.lastError().driverText();
|
||||
QLOG_TRACE() << updateOrdering.lastError().databaseText() << "-" << updateOrdering.lastError().driverText();
|
||||
}
|
||||
|
||||
db.commit();
|
||||
|
Reference in New Issue
Block a user