diff options
Diffstat (limited to 'src/arch/i386/image/nbi.c')
-rw-r--r-- | src/arch/i386/image/nbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/image/nbi.c b/src/arch/i386/image/nbi.c index a1d74553d..195cfbf7a 100644 --- a/src/arch/i386/image/nbi.c +++ b/src/arch/i386/image/nbi.c @@ -233,7 +233,7 @@ static int nbi_process_segments ( struct image *image, } while ( ! NBI_LAST_SEGHEADER ( sh.flags ) ); if ( offset != image->len ) { - DBGC ( image, "NBI %p length wrong (file %d, metadata %d)\n", + DBGC ( image, "NBI %p length wrong (file %zd, metadata %zd)\n", image, image->len, offset ); return -ENOEXEC; } |