chiark / gitweb /
build: raise VCS client version logging level
[fdroidserver.git] / fdroidserver / build.py
index a4ca67af0acf6be530be30d17253db6892f7d994..a9ee02d7d84d7f12a5dbb47fbd63fe0bbe091291 100644 (file)
@@ -1156,6 +1156,7 @@ def main():
                 # there are any.
                 if first:
                     vcs, build_dir = common.setup_vcs(app)
+                    logging.info("Using %s" % vcs.clientversion())
                     first = False
 
                 logging.debug("Checking " + build.versionName)