diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-21 23:05:24 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-21 23:05:24 +0200 |
commit | 01f14a8846ffbce99c8f70ad215b7707e2af0094 (patch) | |
tree | 4f6964399eee2a1b40e08288aa68959217b540fc /src/lib/eiotas_main.c | |
parent | 14731017aeea0a078e45691d3f87fa78b731cbde (diff) | |
download | edoors-01f14a8846ffbce99c8f70ad215b7707e2af0094.zip edoors-01f14a8846ffbce99c8f70ad215b7707e2af0094.tar.gz |
cosmetic
Diffstat (limited to 'src/lib/eiotas_main.c')
-rw-r--r-- | src/lib/eiotas_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/eiotas_main.c b/src/lib/eiotas_main.c index 1fe87c3..0315e40 100644 --- a/src/lib/eiotas_main.c +++ b/src/lib/eiotas_main.c @@ -36,7 +36,9 @@ EAPI int eiotas_init() fprintf(stderr,"Error during the initialization of Eina_Log module\n"); return EXIT_FAILURE; } + _eiotas_log_dom = eina_log_domain_register("eiotas", EINA_COLOR_CYAN); + return EXIT_SUCCESS; } |