X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fassert-pre.h;h=7636b56a8dce4b739de9601f4ab7fa5ea16373df;hb=f2371a94ac704928244e9feb22888abf8df54a1c;hp=c28ec4c45034f9ed09c6bd96bfbd3dc3ab7bc1cb;hpb=3f7d4d90b0456de9d34fac337350818ef06163bd;p=babeltrace.git diff --git a/src/lib/assert-pre.h b/src/lib/assert-pre.h index c28ec4c4..7636b56a 100644 --- a/src/lib/assert-pre.h +++ b/src/lib/assert-pre.h @@ -25,20 +25,18 @@ */ /* - * The macros in this header use macros defined in - * . We don't want this header to - * automatically include because you - * need to manually define BT_LOG_TAG before including - * and it is unexpected that you + * The macros in this header use macros defined in "lib/lib-logging.h". + * We don't want this header to automatically include + * "lib/lib-logging.h" because you need to manually define BT_LOG_TAG + * before including "lib/lib-logging.h" and it is unexpected that you * also need to define it before including this header. * - * This is a reminder that in order to use - * , you also need to use logging - * explicitly. + * This is a reminder that in order to use "lib/assert-pre.h", you also + * need to use logging explicitly. */ #ifndef BABELTRACE_LIB_LOGGING_INTERNAL_H -# error Include before this header. +# error Include "lib/lib-logging.h" before this header. #endif #include