Skip to content

Commit ec501ba

Browse files
committed
payload: use debug macro
1 parent 0805f5d commit ec501ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kern/payload.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void extract_initrd (void *ptr, size_t len)
113113
{
114114
nt_cmdline->bcd_length = BCD_LEN;
115115
nt_cmdline->bcd = BCD_RAW;
116-
printf ("...load BCD @%p %c%c%c%c [%x]\n", BCD_RAW,
116+
DBG ("...load BCD @%p %c%c%c%c [%x]\n", BCD_RAW,
117117
BCD_RAW[0], BCD_RAW[1], BCD_RAW[2], BCD_RAW[3], BCD_LEN);
118118
vdisk_add_file ("BCD", BCD_RAW, BCD_LEN, read_mem_file);
119119

0 commit comments

Comments
 (0)