soc: remove unneeded \n

This commit is contained in:
Florent Kermarrec 2020-02-10 18:38:59 +01:00
parent 0f1811fb51
commit dcbdb73231
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ class SoCCSRHandler(SoCLocHandler):
self.paging = paging
self.masters = {}
self.regions = {}
self.logger.info("{}-bit CSR Bus, {}KiB Address Space, {}B Paging (Up to {} Locations).\n".format(
self.logger.info("{}-bit CSR Bus, {}KiB Address Space, {}B Paging (Up to {} Locations).".format(
colorer(self.data_width),
colorer(2**self.address_width/2**10),
colorer(self.paging),