lws-vhost-destroy
[platform/upstream/libwebsockets.git] / plugins / protocol_dumb_increment.c
index 2157a86..8d14260 100644 (file)
@@ -88,7 +88,7 @@ callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason,
        case LWS_CALLBACK_PROTOCOL_DESTROY:
                if (!vhd)
                        break;
-       //      lwsl_notice("di: LWS_CALLBACK_PROTOCOL_DESTROY: v=%p, ctx=%p\n", vhd, vhd->context);
+               lwsl_notice("di: LWS_CALLBACK_PROTOCOL_DESTROY: v=%p, ctx=%p\n", vhd, vhd->context);
                uv_timer_stop(&vhd->timeout_watcher);
                uv_close((uv_handle_t *)&vhd->timeout_watcher, NULL);
                break;