X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fassert-pre.h;h=1f4240eb8e8205cf7af555b6f5fc72a24f4f09af;hb=c2d9d9cf280189e77453e82e4979c307eef111e7;hp=9eeff141489006eedb44075f9d2944d01ba9f3d7;hpb=7151fb67130ebbdc531424a4b87461e781da001f;p=babeltrace.git diff --git a/src/lib/assert-pre.h b/src/lib/assert-pre.h index 9eeff141..1f4240eb 100644 --- a/src/lib/assert-pre.h +++ b/src/lib/assert-pre.h @@ -25,10 +25,10 @@ */ /* - * The macros in this header use macros defined in "lib/lib-logging.h". + * The macros in this header use macros defined in "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 + * "lib/logging.h" because you need to manually define BT_LOG_TAG + * before including "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 "lib/assert-pre.h", you also @@ -36,7 +36,7 @@ */ #ifndef BT_LIB_LOG_SUPPORTED -# error Include "lib/lib-logging.h" before this header. +# error Include "lib/logging.h" before this header. #endif #include