like other flavors, log if python is enabled.

This commit is contained in:
Joris Vink 2017-02-09 13:38:09 +01:00
parent 37443df6b0
commit 9be3c22196
1 changed files with 3 additions and 0 deletions

View File

@ -439,6 +439,9 @@ kore_server_start(void)
#if defined(KORE_USE_JSONRPC)
kore_log(LOG_NOTICE, "jsonrpc built-in enabled");
#endif
#if defined(KORE_USE_PYTHON)
kore_log(LOG_NOTICE, "python built-in enabled");
#endif
#if !defined(KORE_SINGLE_BINARY)
rcall = kore_runtime_getcall("kore_parent_configure");
if (rcall != NULL) {