Don't conflict with the DEBUG define.

This commit is contained in:
Doug Ambrisko 2006-02-13 16:50:45 +00:00
parent b8874ce66e
commit 19d61f3f27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155605

View File

@ -1056,7 +1056,7 @@ ipmi_detach(device_t dev)
return 0;
}
#ifdef DEBUG
#ifdef IMPI_DEBUG
static void
dump_buf(u_char *data, int len){
char buf[20];