Procházet zdrojové kódy

Fix debug output layout

Samuel Thibault před 12 roky
rodič
revize
751c6a11ff
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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");
                 }