Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2016-03-30 16:04:37 +02:00
parent 610c4c385b
commit 76b680c7a8
6 changed files with 17 additions and 17 deletions

View File

@ -22,7 +22,7 @@ void FAST_FUNC d6_dump_packet(struct d6_packet *packet)
, packet->d6_xid32
);
//*bin2hex(buf, (void *) packet->chaddr, sizeof(packet->chaddr)) = '\0';
//bb_info_msg(" chaddr %s", buf);
//bb_error_msg(" chaddr %s", buf);
}
#endif