Commit 08a76947 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slaprid: Add log to inform of API usage

parent 69e5679f
......@@ -1389,6 +1389,7 @@ stderr_logfile_backups=1
self.logger.info(' Software URL: %s' % software_url)
self.logger.info(' Software path: %s' % software_path)
self.logger.info(' Instance path: %s' % instance_path)
self.logger.info(' jIO API used: %s' % (not self.api_backward_compatibility))
# Update certifcate at late as possible
local_partition._updateCertificate()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment