X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fgenops.c;h=f13069eca0433166755b12f1d7b568bf494efe70;hp=14ab1edac553eb6b66a667f4ea3abba7b55b668e;hb=38e6ee6fb779c34c7ef3eb4a010332385b3b84c1;hpb=fb291dbf72ecd32847f1499776a441126f28e9bf diff --git a/lustre/obdclass/genops.c b/lustre/obdclass/genops.c index 14ab1ed..f13069e 100644 --- a/lustre/obdclass/genops.c +++ b/lustre/obdclass/genops.c @@ -2279,8 +2279,8 @@ __u16 obd_get_mod_rpc_slot(struct client_obd *cli, __u32 opc) spin_unlock(&cli->cl_mod_rpcs_lock); /* tag 0 is reserved for non-modify RPCs */ - CDEBUG(D_RPCTRACE, "%s: modify RPC slot %u is allocated" - "opc %u, max %hu\n", + CDEBUG(D_RPCTRACE, + "%s: modify RPC slot %u is allocated opc %u, max %hu\n", cli->cl_import->imp_obd->obd_name, i + 1, opc, max);