From d97b3b30e3764c336f9b084d06aa026cca260a57 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 6 Jan 2013 17:10:33 -0800 Subject: [PATCH] TEST: Add a \n to the start of READ10_flags logging --- test-tool/test_read10_flags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-tool/test_read10_flags.c b/test-tool/test_read10_flags.c index 94423df..6939ff3 100644 --- a/test-tool/test_read10_flags.c +++ b/test-tool/test_read10_flags.c @@ -38,7 +38,7 @@ test_read10_flags(void) } - logging(LOG_VERBOSE, "Test READ10 flags"); + logging(LOG_VERBOSE, "\nTest READ10 flags"); logging(LOG_VERBOSE, "Test READ10 with DPO==1");