diff options
Diffstat (limited to 'plugin/protocol/http/src/http_entry.cpp')
| -rw-r--r-- | plugin/protocol/http/src/http_entry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/protocol/http/src/http_entry.cpp b/plugin/protocol/http/src/http_entry.cpp index 463dc94..c5d1b70 100644 --- a/plugin/protocol/http/src/http_entry.cpp +++ b/plugin/protocol/http/src/http_entry.cpp @@ -89,7 +89,7 @@ int http_plugin_init(struct tfe_proxy * proxy) plugin_ctx->gc_event_hs_private[thread_id] = gc_event; } - plugin_ctx->logger = MESA_create_runtime_log_handle("http", RLOG_LV_DEBUG); + plugin_ctx->logger = (void *)MESA_create_runtime_log_handle("http", RLOG_LV_DEBUG); assert(plugin_ctx->logger != NULL); return 0; |
