Missing open quotation mark on one of the modified debug statements.

This commit is contained in:
Gregory Nutt 2016-06-11 17:29:32 -06:00
parent f4fcdcdb4d
commit 1acafa813b

View File

@ -766,7 +766,7 @@ int rpcclnt_request(FAR struct rpcclnt *rpc, int procnum, int prog,
switch (tmp)
{
case RPC_MISMATCH:
ferr(ERROR: RPC_MSGDENIED: RPC_MISMATCH error\n");
ferr("ERROR: RPC_MSGDENIED: RPC_MISMATCH error\n");
return EOPNOTSUPP;
case RPC_AUTHERR: