浏览代码

Merge from Etherboot 5.4

tags/v0.9.3
Michael Brown 18 年前
父节点
当前提交
9b320c1ca4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/proto/nfs.c

+ 1
- 1
src/proto/nfs.c 查看文件

@@ -575,7 +575,7 @@ nfssymlink:
575 575
 			return 0;
576 576
 		}
577 577
 		if (err) {
578
-			printf("reading at offset %d: ", offs);
578
+			printf("\nError reading at offset %d: ", offs);
579 579
 			nfs_printerror(err);
580 580
 			nfs_reset();
581 581
 			return 0;

正在加载...
取消
保存