ソースを参照

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;

読み込み中…
キャンセル
保存