thread: add the missing newline character
Change-Id: Ie122f37ea93d431b5e35cf46e56f53aa6795ef2c Signed-off-by: Liang Yan <liang.z.yan@intel.com> Reviewed-on: https://review.gerrithub.io/429568 Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Piotr Pelpliński <piotr.pelplinski@intel.com> Reviewed-by: Xiaodong Liu <xiaodong.liu@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
961a286a27
commit
c9118cae57
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user