Browse Source

debug: add logging for mtime cache

VerteDinde 1 year ago
parent
commit
541fbc7264
1 changed files with 2 additions and 0 deletions
  1. 2 0
      script/patches-mtime-cache.py

+ 2 - 0
script/patches-mtime-cache.py

@@ -40,6 +40,7 @@ def generate_cache(patches_config):
                 "mtime": os.path.getmtime(file_path),
             }
 
+    print("Returning the mtime_cache")
     return mtime_cache
 
 
@@ -179,6 +180,7 @@ def main():
 
         set_mtimes(json.load(args.patches_config), args.mtime)
 
+    print("Done with patches-mtime-cache.py")
     return 0