diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2003-04-14 20:10:35 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2003-04-14 20:10:35 +0000 |
| commit | 4498dceb5e3478c3dfe078a93754ca4f309c34b0 (patch) | |
| tree | ad18919c3dec3575905b48e621828f1119206dcc /sbin | |
| parent | c1969d8ec95533f32d29a9f3fe6a28458100bf3f (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/dump/traverse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 0c3363e0f0fc..a92b7453b9c5 100644 --- a/sbin/dump/traverse.c +++ b/sbin/dump/traverse.c @@ -625,7 +625,7 @@ loop: msg("short read error from %s: [block %d]: count=%d, got=%d\n", disk, blkno, size, cnt); if (++breaderrors > BREADEMAX) { - msg("More than %d block read errors from %d\n", + msg("More than %d block read errors from %s\n", BREADEMAX, disk); broadcast("DUMP IS AILING!\n"); msg("This is an unrecoverable error.\n"); |
