[DEV] change log name

This commit is contained in:
Edouard DUPIN 2018-01-05 22:01:47 +01:00
parent bec2be2cd1
commit cbccbcad59

View File

@ -6,6 +6,6 @@
#include "debug.hpp"
int32_t estyle::getLogId() {
static int32_t g_val = elog::registerInstance("lite-JS");
static int32_t g_val = elog::registerInstance("estyle");
return g_val;
}