summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/proto/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/nfs.c b/src/proto/nfs.c
index 2d8378975..311409a6b 100644
--- a/src/proto/nfs.c
+++ b/src/proto/nfs.c
@@ -575,7 +575,7 @@ nfssymlink:
return 0;
}
if (err) {
- printf("reading at offset %d: ", offs);
+ printf("\nError reading at offset %d: ", offs);
nfs_printerror(err);
nfs_reset();
return 0;