mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 17:36:38 +00:00
fs/nfs/rpc_clnt.c: Fix a syslog format
This commit is contained in:
parent
0a146273bf
commit
bed9c3b83d
1 changed files with 2 additions and 1 deletions
|
|
@ -84,6 +84,7 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <debug.h>
|
||||
|
||||
|
|
@ -816,7 +817,7 @@ int rpcclnt_request(FAR struct rpcclnt *rpc, int procnum, int prog,
|
|||
}
|
||||
else
|
||||
{
|
||||
ferr("ERROR: Unsupported RPC type: %d\n", tmp);
|
||||
ferr("ERROR: Unsupported RPC type: %" PRId32 "\n", tmp);
|
||||
return -EOPNOTSUPP;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue