summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-dump.c
diff options
context:
space:
mode:
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;
}