diff --git a/src/arch/i386/interface/vmware/guestinfo.c b/src/arch/i386/interface/vmware/guestinfo.c index 3e20b8ed5..5e08d9471 100644 --- a/src/arch/i386/interface/vmware/guestinfo.c +++ b/src/arch/i386/interface/vmware/guestinfo.c @@ -91,7 +91,7 @@ static int guestinfo_fetch_type ( struct settings *settings, /* Allocate temporary block to hold GuestInfo value */ info = zalloc ( info_len + 1 /* NUL */ ); if ( ! info ) { - DBGC ( settings, "GuestInfo %p could not allocate %zd bytes\n", + DBGC ( settings, "GuestInfo %p could not allocate %d bytes\n", settings, info_len ); ret = -ENOMEM; goto err_alloc;