refactor: add more logs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user