summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_util.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-13 00:46:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-13 00:46:44 +0000
commit0923700ca3eaf369ee13d2c186f32c879cd1773b (patch)
tree5bb2ed7cacdc868579ee14e01c172cf6b35ec8a4 /nuttx/fs/nfs/nfs_util.c
parent957e8beacd0767161f302a8986303f02649f212b (diff)
downloadpx4-nuttx-0923700ca3eaf369ee13d2c186f32c879cd1773b.tar.gz
px4-nuttx-0923700ca3eaf369ee13d2c186f32c879cd1773b.tar.bz2
px4-nuttx-0923700ca3eaf369ee13d2c186f32c879cd1773b.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4836 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_util.c')
-rw-r--r--nuttx/fs/nfs/nfs_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/nfs_util.c b/nuttx/fs/nfs/nfs_util.c
index 3206014c0..ae60429e7 100644
--- a/nuttx/fs/nfs/nfs_util.c
+++ b/nuttx/fs/nfs/nfs_util.c
@@ -331,7 +331,7 @@ int nfs_lookup(struct nfsmount *nmp, FAR const char *filename,
namelen = strlen(filename);
if (namelen > NAME_MAX)
{
- fdbg("Length of \"%s\%too big: %d\n", namelen);
+ fdbg("Length of the string is too big: %d\n", namelen);
return E2BIG;
}