Update loglevels.hpp (#259)

Fixed typo DEBUG -> DBUG
This commit is contained in:
DerekJuba-NIST 2018-04-12 11:55:42 -04:00 committed by Kjell Hedström
parent ee742752e1
commit 7f25b004cf

View File

@ -14,7 +14,7 @@
// "CHANGE_G3LOG_DEBUG_TO_DBUG" and G3log's logging level DEBUG is changed to be DBUG
#if (defined(CHANGE_G3LOG_DEBUG_TO_DBUG))
#if (defined(DBUG))
#error "DEBUG is already defined elsewhere which clashes with G3Log's log level DEBUG"
#error "DBUG is already defined elsewhere which clashes with G3Log's log level DBUG"
#endif
#else
#if (defined(DEBUG))