summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-dump.c
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2012-09-10 20:39:37 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2012-09-10 20:39:37 +0200
commitb75d0c92550e22e048f40440225624a263265c88 (patch)
tree51381961cc6302f62d7a1338969eaf7b9b422b05 /com32/hdt/hdt-dump.c
parent841988e4424ca1cefc064b4d2dc3b4f48bebff94 (diff)
downloadsyslinux-b75d0c92550e22e048f40440225624a263265c88.tar.gz
hdt: Removing remaining printf()
Using more_printf allow to manage more easily several pages printing.
Diffstat (limited to 'com32/hdt/hdt-dump.c')
-rw-r--r--com32/hdt/hdt-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-dump.c b/com32/hdt/hdt-dump.c
index b963e19b..b1748c8e 100644
--- a/com32/hdt/hdt-dump.c
+++ b/com32/hdt/hdt-dump.c
@@ -156,7 +156,7 @@ void flush(ZZJSON_CONFIG * config, ZZJSON ** item)
void dump(struct s_hardware *hardware)
{
if (hardware->is_pxe_valid == false) {
- printf("PXE stack was not detected, Dump feature is not available\n");
+ more_printf("PXE stack was not detected, Dump feature is not available\n");
return;
}