diff --git a/es-app/src/ApplicationUpdater.cpp b/es-app/src/ApplicationUpdater.cpp index 48d268e7c..64ba9a928 100644 --- a/es-app/src/ApplicationUpdater.cpp +++ b/es-app/src/ApplicationUpdater.cpp @@ -76,6 +76,10 @@ void ApplicationUpdater::checkForUpdates() LOG(LogInfo) << "Checking for application updates..."; mThread = std::make_unique(&ApplicationUpdater::updaterThread, this); } + else { + LOG(LogDebug) << "ApplicationUpdater::checkForUpdates(): Skipping check as not enough time " + "has passed since the last run"; + } } void ApplicationUpdater::updaterThread()