Bläddra i källkod

Add missing format

Samuel Thibault 12 år sedan
förälder
incheckning
371beb85c7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/core/perfmodel/perfmodel_history.c

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

@@ -963,7 +963,7 @@ int starpu_perfmodel_list(FILE *output)
         }
         else
 	{
-		_STARPU_DISP("Could not open the perfmodel directory <%s>: \n", path, strerror(errno));
+		_STARPU_DISP("Could not open the perfmodel directory <%s>: %s\n", path, strerror(errno));
         }
 	return 0;
 }