From e3f9a946b69c04456eb30ff224177cd106d478bd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 25 Jan 2012 20:50:59 +0000 Subject: [PATCH] Make ib_srpt build again git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4097 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 280d58a85..f1b12de5e 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2242,7 +2242,7 @@ static void srpt_free_ch(struct scst_session *sess) while (wait_for_completion_timeout(&ch->finished_processing_completions, 10 * HZ) == 0) - PRINT_INFO("Waiting for completion processing thread ..."); + PRINT_INFO("%s", "Waiting for completion processing thread ..."); srpt_destroy_ch_ib(ch);