ソースを参照

Remove spurious parameter

Samuel Thibault 4 年 前
コミット
7fa62bed8b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/core/topology.c

+ 1 - 1
src/core/topology.c

@@ -856,7 +856,7 @@ static void _starpu_init_topology(struct _starpu_machine_config *config)
 #ifdef HAVE_HWLOC_CPUKINDS_GET_NR
 	int nr_kinds = hwloc_cpukinds_get_nr(topology->hwtopology, 0);
 	if (nr_kinds > 1)
-		_STARPU_DISP("Warning: there are several kinds of CPU on this system. For now StarPU assumes all CPU are equal\n", strerror(errno));
+		_STARPU_DISP("Warning: there are several kinds of CPU on this system. For now StarPU assumes all CPU are equal\n");
 #endif
 
 	if (starpu_get_env_number_default("STARPU_WORKERS_GETBIND", 0))