#448 Add missing variable to a log message
Merged 3 years ago by lsedlar. Opened 3 years ago by lsedlar.
lsedlar/odcs fix-logs  into  master

@@ -220,7 +220,7 @@ 

  

              # Do not remove the latest successfull compose.

              if get_latest_symlink(compose):

-                 log.info("%r: Not removing compose, the latest-* symlink points to it.")

+                 log.info("%r: Not removing compose, the latest-* symlink points to it.", compose)

                  continue

  

              log.info("%r: Removing compose", compose)

no initial comment

Pull-Request has been merged by lsedlar

3 years ago
Metadata