summaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_undi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/pxe/pxe_undi.c')
-rw-r--r--src/interface/pxe/pxe_undi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface/pxe/pxe_undi.c b/src/interface/pxe/pxe_undi.c
index f19dfcc5..76b55df9 100644
--- a/src/interface/pxe/pxe_undi.c
+++ b/src/interface/pxe/pxe_undi.c
@@ -227,11 +227,11 @@ PXENV_EXIT_t pxenv_undi_transmit ( struct s_PXENV_UNDI_TRANSMIT
copy_from_real ( &tbd, undi_transmit->TBD.segment,
undi_transmit->TBD.offset, sizeof ( tbd ) );
len = tbd.ImmedLength;
- DBG ( " %zd", tbd.ImmedLength );
+ DBG ( " %d", tbd.ImmedLength );
for ( i = 0 ; i < tbd.DataBlkCount ; i++ ) {
datablk = &tbd.DataBlock[i];
len += datablk->TDDataLen;
- DBG ( "+%zd", datablk->TDDataLen );
+ DBG ( "+%d", datablk->TDDataLen );
}
/* Allocate and fill I/O buffer */