refactor: add more logs

This commit is contained in:
2021-11-14 14:08:22 +01:00
parent a775a9e4c8
commit fde3a247d5

View File

@@ -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;
}