From 42f0c007f5fb1dc1e009a28746b6b3e71f4187e9 Mon Sep 17 00:00:00 2001 From: tappro Date: Sat, 7 Oct 2006 08:50:58 +0000 Subject: [PATCH] - temporary change to see request debug instead of assert. This is to 11012 debug --- lustre/ptlrpc/pack_generic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/ptlrpc/pack_generic.c b/lustre/ptlrpc/pack_generic.c index 1606771..3eb9604 100644 --- a/lustre/ptlrpc/pack_generic.c +++ b/lustre/ptlrpc/pack_generic.c @@ -1206,8 +1206,8 @@ __u32 lustre_msg_get_opc(struct lustre_msg *msg) return pb->pb_opc; } default: - LASSERTF(0, "incorrect message magic: %08x\n", msg->lm_magic); - return 0; + CERROR("incorrect message magic: %08x\n", msg->lm_magic); + return 666; } } -- 1.8.3.1