瀏覽代碼

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;

Loading…
取消
儲存