From 468e8bab83db412160130763546c56745a0b2b74 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 18 Sep 2009 10:30:15 +0000 Subject: [PATCH] Microcosmetics git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1112 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_targ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index b97edc6ed..6262717f3 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -5163,7 +5163,7 @@ static struct scst_mgmt_cmd *scst_pre_rx_mgmt_cmd(struct scst_session mcmd = scst_alloc_mgmt_cmd(atomic ? GFP_ATOMIC : GFP_KERNEL); if (mcmd == NULL) { - PRINT_CRIT_ERROR("Lost TM fn %x, initiator %s", fn, + PRINT_CRIT_ERROR("Lost TM fn %d, initiator %s", fn, sess->initiator_name); goto out; }