Explorar o código

Fix debug output layout

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
751c6a11ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/perfmodel/perfmodel_bus.c

+ 1 - 1
src/core/perfmodel/perfmodel_bus.c

@@ -1591,7 +1591,7 @@ static void check_bus_config_file(void)
                 }
                 else if (read_mic != nmic)
 		{
-                        _STARPU_DISP("Current configuration does not match the bus performance model (MIC: (stored) %d != (current) %d), recalibrating...", read_mic, nmic);
+                        _STARPU_DISP("Current configuration does not match the bus performance model (MIC: (stored) %d != (current) %d), recalibrating...\n", read_mic, nmic);
                         _starpu_bus_force_sampling();
 			_STARPU_DISP("... done\n");
                 }