25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

LOG_PATH macro should be of string type

This commit is contained in:
Evgeniy Khramtsov 2017-05-06 09:42:06 +03:00
parent 3241c2506b
commit 6aefd24eb3

View File

@ -35,7 +35,7 @@
-define(CONFIG_PATH, <<"ejabberd.yml">>).
-define(LOG_PATH, <<"ejabberd.log">>).
-define(LOG_PATH, "ejabberd.log").
-define(EJABBERD_URI, <<"http://www.process-one.net/en/ejabberd/">>).