mirror of
https://git.kore.io/kore.git
synced 2024-11-15 22:46:21 +01:00
like other flavors, log if python is enabled.
This commit is contained in:
parent
37443df6b0
commit
9be3c22196
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user