Commit bf00c07b authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Titouan Soulard

slaprid: Add log to inform of API usage

parent ee169ebd
......@@ -1405,6 +1405,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