diff options
-rw-r--r-- | proxy/src/gp_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/src/gp_init.c b/proxy/src/gp_init.c index ba5417d..6005067 100644 --- a/proxy/src/gp_init.c +++ b/proxy/src/gp_init.c @@ -98,6 +98,7 @@ verto_ctx *init_event_loop(void) VERTO_EV_TYPE_SIGNAL | VERTO_EV_TYPE_TIMEOUT); if (!vctx) { + GPERROR("verto_default() failed, cannot initialize event loop"); return NULL; } |