git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9844
d0543943-73ff-0310-b7d9-
9358b9ac24b2
int success;\r
/* connect my internal structure to the blank pointer passed to me */ \r
*module_interface = switch_loadable_module_create_module_interface(pool, modname);\r
+#ifdef _MANAGED\r
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Loading mod_managed (Common Language Infrastructure), Microsoft CLR Version\n");\r
- \r
+#else\r
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Loading mod_managed (Common Language Infrastructure), Mono Version\n");\r
+#endif\r
globals.pool = pool;\r
\r
if (loadRuntime() != SWITCH_STATUS_SUCCESS) { \r