Ver código fonte

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

Nathalie Furmento 13 anos atrás
pai
commit
866a10afbe
1 arquivos alterados com 1 adições e 1 exclusões
  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;