JSONRPC If support compiled in log it at start

This commit is contained in:
Raphaël Monrouzeau 2016-07-11 08:12:23 +02:00
parent a818555c96
commit 7a4e4223c4
1 changed files with 3 additions and 0 deletions

View File

@ -415,6 +415,9 @@ kore_server_start(void)
#if defined(KORE_USE_TASKS)
kore_log(LOG_NOTICE, "tasks built-in enabled");
#endif
#if defined(KORE_USE_JSONRPC)
kore_log(LOG_NOTICE, "jsonrpc built-in enabled");
#endif
kore_platform_proctitle("kore [parent]");
kore_msg_init();