Explorar o código

src/core/perfmodel/perfmodel_history.c: end debug message with \n

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
866a10afbe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/perfmodel/perfmodel_history.c

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

@@ -714,7 +714,7 @@ void _starpu_load_history_based_model(struct starpu_perfmodel *model, unsigned s
 	char path[256];
 	get_model_path(model, path, 256);
 
-	_STARPU_DEBUG("Opening performance model file %s for model %s ... ", path, model->symbol);
+	_STARPU_DEBUG("Opening performance model file %s for model %s ...\n", path, model->symbol);
 
 	unsigned calibrate_flag = _starpu_get_calibrate_flag();
 	model->benchmarking = calibrate_flag;