VFont: correct log ID

This commit is contained in:
Campbell Barton
2024-12-13 12:59:15 +11:00
parent 5ce10722ab
commit c9886ca90a

View File

@@ -51,7 +51,7 @@
#include "BLO_read_write.hh"
static CLG_LogRef LOG = {"bke.data_transfer"};
static CLG_LogRef LOG = {"bke.vfont"};
static ThreadRWMutex vfont_rwlock = BLI_RWLOCK_INITIALIZER;
/**************************** Prototypes **************************/