浏览代码

src/core/topology.c: add linebreaks in long message

Nathalie Furmento 11 年之前
父节点
当前提交
3cc46f8c71
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/core/topology.c

+ 3 - 3
src/core/topology.c

@@ -370,9 +370,9 @@ _starpu_init_mic_node (struct _starpu_machine_config *config, int mic_idx,
 					    suffixes);
 
 	if (0 != mic_file_found) {
-		fprintf(stderr, "No MIC program specified, use the environment"
-			"variable STARPU_MIC_SINK_PROGRAM_NAME or the environment"
-			"or the field 'starpu_conf.mic_sink_program_path'"
+		fprintf(stderr, "No MIC program specified, use the environment\n"
+			"variable STARPU_MIC_SINK_PROGRAM_NAME or the environment\n"
+			"or the field 'starpu_conf.mic_sink_program_path'\n"
 			"to define it.\n");
 
 		return -1;