Provide more useful information to the user who is
debugging.
Signed-off-by: Robert Love <[email protected]>
---
fcoemon.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fcoemon.c b/fcoemon.c
index 46f9502..491d68a 100644
--- a/fcoemon.c
+++ b/fcoemon.c
@@ -3178,8 +3178,8 @@ static void fcm_srv_receive(void *arg)
goto err_out;
break;
default:
- FCM_LOG_DBG("Received invalid command for %s\n",
- ifname);
+ FCM_LOG_DBG("Received invalid command %d for %s\n",
+ cmd, ifname);
goto err_out;
}
_______________________________________________
devel mailing list
[email protected]
https://lists.open-fcoe.org/mailman/listinfo/devel