diff --git a/src/Futhark/CodeGen/Backends/GenericC.hs b/src/Futhark/CodeGen/Backends/GenericC.hs index 67b0060d62..194ec01322 100644 --- a/src/Futhark/CodeGen/Backends/GenericC.hs +++ b/src/Futhark/CodeGen/Backends/GenericC.hs @@ -199,7 +199,7 @@ defineMemorySpace space = do } if (ctx->detail_memory) { - fprintf(ctx->log, "Allocating %lld bytes for %s in %s (currently allocated: %lld bytes).", + fprintf(ctx->log, "Allocating %lld bytes for %s in %s (currently allocated: %lld bytes).\n", (long long) size, desc, $string:spacedesc, ctx->$id:usagename);