Index: sources/cloudsync/CloudSyncController.cpp =================================================================== diff -u -rf57ac5a2760518380bc876f5eb12e7ec0d07c066 -r928a1ed5d70358fc00c49df45725f989d16c370e --- sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision f57ac5a2760518380bc876f5eb12e7ec0d07c066) +++ sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 928a1ed5d70358fc00c49df45725f989d16c370e) @@ -148,7 +148,7 @@ // a simple touch or a check-in message? testWatchBuffDate(); testDeviceInfoWait(); - qDebug() << " ~~~~~~~~~~ " << ""; + testPendingTxReports(); } /*! @@ -706,6 +706,13 @@ return ok; } +void CloudSyncController::testPendingTxReports() +{ + QFileInfoList fileInfos; + fileInfos = Storage::FileHandler::find(_TreatmentLog.logPathPending(), {"*.log"}); + qDebug() << fileInfos; +} + /*! * \brief CloudSyncController::doResetFactory * \details does the reset factory