Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge from Etherboot 5.4
  • Loading branch information
Michael Brown committed Mar 16, 2006
2 parents c3d5d01 + aeb70ec commit 9b320c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/nfs.c
Expand Up @@ -575,7 +575,7 @@ static int nfs ( char *url __unused, struct sockaddr_in *server,
return 0;
}
if (err) {
printf("reading at offset %d: ", offs);
printf("\nError reading at offset %d: ", offs);
nfs_printerror(err);
nfs_reset();
return 0;
Expand Down

0 comments on commit 9b320c1

Please sign in to comment.