Missing open quotation mark on one of the modified debug statements.
This commit is contained in:
parent
f4fcdcdb4d
commit
1acafa813b
@ -766,7 +766,7 @@ int rpcclnt_request(FAR struct rpcclnt *rpc, int procnum, int prog,
|
|||||||
switch (tmp)
|
switch (tmp)
|
||||||
{
|
{
|
||||||
case RPC_MISMATCH:
|
case RPC_MISMATCH:
|
||||||
ferr(ERROR: RPC_MSGDENIED: RPC_MISMATCH error\n");
|
ferr("ERROR: RPC_MSGDENIED: RPC_MISMATCH error\n");
|
||||||
return EOPNOTSUPP;
|
return EOPNOTSUPP;
|
||||||
|
|
||||||
case RPC_AUTHERR:
|
case RPC_AUTHERR:
|
||||||
|
Loading…
Reference in New Issue
Block a user