Skip to content

Commit ecd17af

Browse files
amn-rtlhefloryd
authored andcommitted
Clarify error message about RPC buffer size.
Change an error message to be slightly more helpful.
1 parent 431ddff commit ecd17af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/device/pf_cmrpc.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -4422,7 +4422,8 @@ static int pf_cmrpc_dce_packet (
44224422
{
44234423
LOG_ERROR (
44244424
PF_RPC_LOG,
4425-
"CMRPC(%d): Incoming fragments exceed max buffer\n",
4425+
"CMRPC(%d): Incoming RPC message exceeds buffer size."
4426+
" If possible, increase PNET_MAX_SESSION_BUFFER_SIZE.\n",
44264427
__LINE__);
44274428
pf_set_error (
44284429
&p_sess->rpc_result,

0 commit comments

Comments
 (0)