# include "PIL_time_utildefines.h"
#endif
-static CLG_LogRef LOG = {"bke.library"};
+static CLG_LogRef LOG = {.identifier = "bke.lib_id"};
/* GS reads the memory pointed at in a specific ordering.
* only use this definition, makes little and big endian systems
#endif
/* Not used currently. */
-// static CLG_LogRef LOG = {.identifier = "bke.lib.id.delete"};
+// static CLG_LogRef LOG = {.identifier = "bke.lib_id_delete"};
void BKE_libblock_free_data(ID *id, const bool do_id_user)
{
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"
-static CLG_LogRef LOG = {.identifier = "bke.library_remap"};
+static CLG_LogRef LOG = {.identifier = "bke.lib_remap"};
BKE_library_free_window_manager_cb free_windowmanager_cb = NULL;