soc: remove unneeded \n
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 10 Feb 2020 17:38:59 +0000 (18:38 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 10 Feb 2020 17:38:59 +0000 (18:38 +0100)
litex/soc/integration/soc.py

index 191f41e1fbf0f95bd9542d05de72f5e56580d503..739901678d4a1e58282ac5b76fd02a75267c3f02 100755 (executable)
@@ -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),