diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:00:42 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:00:42 +0000 |
| commit | d7c98975c5a9d887c8c12aaaf082fc331749cdf0 (patch) | |
| tree | d98473a557354ab6a87812fb20ba3d438200b648 /lib/libdisk | |
| parent | c7c5d95d56c455a19bc97e739de7920b5eaad08e (diff) | |
Notes
Diffstat (limited to 'lib/libdisk')
| -rw-r--r-- | lib/libdisk/create_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 11314f299a30..f4b6768a36b1 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -383,7 +383,7 @@ MakeDev(struct chunk *c1, const char *path) part = *p - 'a'; done: if (isDebug()) - msgDebug("MakeDev: Unit %d, Slice %d, Part %d\n", unit, slice, part); + msgDebug("MakeDev: Unit %lu, Slice %lu, Part %lu\n", unit, slice, part); if (unit > 32) return 0; if (slice > 32) |
