Fix format character.

Reported by:	andre
This commit is contained in:
Pawel Jakub Dawidek 2006-09-08 13:46:18 +00:00
parent 581d6e4ca7
commit 46ee0837c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162153

View File

@ -598,7 +598,7 @@ g_nop_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
sc->sc_rfailprob);
sbuf_printf(sb, "%s<WriteFailProb>%u</WriteFailProb>\n", indent,
sc->sc_wfailprob);
sbuf_printf(sb, "%s<Error>%ju</Error>\n", indent, sc->sc_error);
sbuf_printf(sb, "%s<Error>%d</Error>\n", indent, sc->sc_error);
sbuf_printf(sb, "%s<Reads>%ju</Reads>\n", indent, sc->sc_reads);
sbuf_printf(sb, "%s<Writes>%ju</Writes>\n", indent, sc->sc_writes);
sbuf_printf(sb, "%s<ReadBytes>%ju</ReadBytes>\n", indent,