Explorar el Código

Merge from Etherboot 5.4

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
9b320c1ca4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/proto/nfs.c

+ 1
- 1
src/proto/nfs.c Ver fichero

@@ -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…
Cancelar
Guardar