diff --git a/src/misc/Updater.cpp b/src/misc/Updater.cpp index af4d08a..2e9bd78 100644 --- a/src/misc/Updater.cpp +++ b/src/misc/Updater.cpp @@ -28,6 +28,9 @@ bool Updater::checkUpdate() { std::string localFileCreation = formatedTime; + std::cout << "Local file : " << localFileCreation << std::endl; + std::cout << "Distant file : " << distantFileCreation << std::endl; + if (distantFileCreation != localFileCreation) { return true; }