]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix typo
authorMichael Giagnocavo <mgg@giagnocavo.net>
Sun, 5 Oct 2008 03:28:52 +0000 (03:28 +0000)
committerMichael Giagnocavo <mgg@giagnocavo.net>
Sun, 5 Oct 2008 03:28:52 +0000 (03:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9844 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_managed/mod_managed.cpp

index 2a941c8cc70326abea4c76c769c5288f16b60c7d..e4d8d407053980fd0e75a3d31585fcd7906b8384 100644 (file)
@@ -306,8 +306,11 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_managed_load)
        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