Microcosmetics

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1112 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-09-18 10:30:15 +00:00
parent 93950e189a
commit 468e8bab83

View File

@@ -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;
}