Index: sources/storage/Logger.h =================================================================== diff -u -r500c7850040d66c4829d95c366095e222f834489 -r61f16c988a159401c92730b4cbfca5085c77222f --- sources/storage/Logger.h (.../Logger.h) (revision 500c7850040d66c4829d95c366095e222f834489) +++ sources/storage/Logger.h (.../Logger.h) (revision 61f16c988a159401c92730b4cbfca5085c77222f) @@ -202,9 +202,9 @@ signals: /*! * \brief didRemoveLogs - * \details This signal will be emitted mainly for DriveWatcher to not to emit the signal that Logger is connected to + * \details This signal will be emitted mainly for DeviceController to not to emit the signal that Logger is connected to * , while the logging cleanup is in progress, otherwise if the log cleanup takes more that 1sec (current interval) - * in the DriveWatcher then the cleanup will be called again for no good reason. + * in the DeviceController then the cleanup will be called again for no good reason. * \param vInProgress - true if the log cleanup is in progress, false otherwise. */ void didRemoveLogs(bool vInProgress);