浏览代码

Fix debug output layout

Samuel Thibault 12 年之前
父节点
当前提交
751c6a11ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  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");
                 }