From a013060a4fe69b0aacfb7217e3e220c2fdf7ae72 Mon Sep 17 00:00:00 2001 From: degomme Date: Sat, 27 Feb 2016 13:43:35 +0100 Subject: [PATCH] try to fix build with lua --- src/bindings/lua/lua_debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1