mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
LOG_PATH macro should be of string type
This commit is contained in:
parent
3241c2506b
commit
6aefd24eb3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
-define(CONFIG_PATH, <<"ejabberd.yml">>).
|
-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/">>).
|
-define(EJABBERD_URI, <<"http://www.process-one.net/en/ejabberd/">>).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue