summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/uts/common/io/bnxe/bnxe_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/bnxe/bnxe_debug.c b/usr/src/uts/common/io/bnxe/bnxe_debug.c
index e8587a17b3..1411045f2c 100644
--- a/usr/src/uts/common/io/bnxe/bnxe_debug.c
+++ b/usr/src/uts/common/io/bnxe/bnxe_debug.c
@@ -186,7 +186,7 @@ void BnxeLogWarn(void * pDev,
}
-#ifdef DEBUG
+#ifdef DBG
void BnxeLogDbg(void * pDev,
char * pFmt,
@@ -209,7 +209,7 @@ void BnxeLogDbg(void * pDev,
cmn_err(CE_WARN, "!%s: %s", BnxeDevName(pUM), buf);
}
-#endif /* DEBUG */
+#endif /* DBG */
void BnxeDumpMem(um_device_t * pUM,