From fe7321fd7a602222e4a143ffeee8cab905a74dd5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 11 Nov 2015 14:18:55 +0000 Subject: [PATCH] scst_copy_mgr: Join two strings git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6666 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_copy_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_copy_mgr.c b/scst/src/scst_copy_mgr.c index 47e932113..236c6dbfd 100644 --- a/scst/src/scst_copy_mgr.c +++ b/scst/src/scst_copy_mgr.c @@ -284,7 +284,7 @@ try_retry: next_retry_time = cur_time + SCST_CM_RETRIES_WAIT; TRACE_DBG("Retrying cmd %p (imm_retry %d, next_retry_time %ld, " - "cur_time %ld, " "start_time %ld, max_retry_time %ld): going " + "cur_time %ld, start_time %ld, max_retry_time %ld): going " "to sleep", cmd, imm_retry, next_retry_time, cur_time, start_time, max_retry_time);