Home
last modified time | relevance | path

Searched refs:DEBUG2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0016-version.c-don-t-print-build-flags.patch20 DEBUG2(" unknown");
23 - DEBUG2("Compilation flags:");
25 - DEBUG2(" cppflags : " BUILT_WITH_CPPFLAGS);
28 - DEBUG2(" cflags : " BUILT_WITH_CFLAGS);
31 - DEBUG2(" ldflags : " BUILT_WITH_LDFLAGS);
34 - DEBUG2(" libs : " BUILT_WITH_LIBS);
36 DEBUG2(" ");
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py26 DEBUG2 = logging.DEBUG - 1 variable in BBLogFormatter
40 DEBUG2 : 'DEBUG',
58 DEBUG2 : CYAN,