Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix build with lua
authordegomme <augustin.degomme@unibas.ch>
Sat, 27 Feb 2016 12:43:35 +0000 (13:43 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Sat, 27 Feb 2016 12:43:35 +0000 (13:43 +0100)
src/bindings/lua/lua_debug.cpp

index ef795da..d0c0db6 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
 #include "lua_utils.h"
 #include "xbt.h"
 
 #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.
 
 /**
  * @brief Returns a string representation of a value in the Lua stack.