]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/lua/lua_platf.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to print pointer correctly on sunos as well
[simgrid.git] / src / bindings / lua / lua_platf.cpp
index 404887ff22fd67b7cba4c26c691d80848447c758..239ea855ea16d6d68e0563d12a4e0a4773697554 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -24,7 +24,7 @@
 
 #include <lauxlib.h>
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(lua_platf, "Lua bindings (platform module)");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(lua_platf, lua, "Lua bindings (platform module)");
 
 constexpr char PLATF_MODULE_NAME[] = "simgrid.engine";
 constexpr char AS_FIELDNAME[]      = "__simgrid_as";