From c9118cae574242e4beb03dbd064eb7b73ab25ed3 Mon Sep 17 00:00:00 2001 From: Liang Yan Date: Tue, 16 Oct 2018 12:27:45 +0800 Subject: [PATCH] thread: add the missing newline character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie122f37ea93d431b5e35cf46e56f53aa6795ef2c Signed-off-by: Liang Yan Reviewed-on: https://review.gerrithub.io/429568 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Piotr Pelpliński Reviewed-by: Xiaodong Liu Reviewed-by: Ben Walker Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris --- lib/thread/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thread/thread.c b/lib/thread/thread.c index 7c91cac94f..c014f4ed02 100644 --- a/lib/thread/thread.c +++ b/lib/thread/thread.c @@ -304,7 +304,7 @@ spdk_on_thread(void *ctx) pthread_mutex_unlock(&g_devlist_mutex); if (!ct->cur_thread) { - SPDK_DEBUGLOG(SPDK_LOG_THREAD, "Completed thread iteration"); + SPDK_DEBUGLOG(SPDK_LOG_THREAD, "Completed thread iteration\n"); spdk_thread_send_msg(ct->orig_thread, ct->cpl, ct->ctx); free(ctx);