diff --git a/libgomp/target.c b/libgomp/target.c index 86f9d3050d9..135db1d88ab 100644 --- a/libgomp/target.c +++ b/libgomp/target.c @@ -4212,7 +4212,7 @@ gomp_target_init (void) name[cur_len] = '\0'; gomp_debug (1, "%s devices present but 'omp requires %s' " - "cannot be fulfilled", name, buf); + "cannot be fulfilled\n", name, buf); free (name); } }