diff --git a/src/proto/nfs.c b/src/proto/nfs.c index 2d837897..311409a6 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;