From: degomme Date: Sat, 27 Feb 2016 12:43:35 +0000 (+0100) Subject: try to fix build with lua X-Git-Tag: v3_13~647^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a013060a4fe69b0aacfb7217e3e220c2fdf7ae72 try to fix build with lua --- diff --git a/src/bindings/lua/lua_debug.cpp b/src/bindings/lua/lua_debug.cpp index ef795da9f3..d0c0db6411 100644 --- a/src/bindings/lua/lua_debug.cpp +++ b/src/bindings/lua/lua_debug.cpp @@ -18,7 +18,7 @@ extern "C" { #include "lua_utils.h" #include "xbt.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(lua_debug, bindings, "Lua helper functions"); +XBT_LOG_NEW_DEFAULT_CATEGORY(lua_debug, "Lua bindings (helper functions)"); /** * @brief Returns a string representation of a value in the Lua stack.