summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_init.c
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-04-04 16:49:10 +0200
committerGünther Deschner <gdeschner@redhat.com>2012-06-26 14:44:44 +0200
commit78cb953ab5d61be42630593002b78568f0049dc3 (patch)
treecc24ef8ee6b997fb6f90c58536ac574183a9b74c /proxy/src/gp_init.c
parentf773e4e61c01c89225f1fac6c168a0633ee7dd90 (diff)
downloadgss-proxy-78cb953ab5d61be42630593002b78568f0049dc3.tar.gz
gss-proxy-78cb953ab5d61be42630593002b78568f0049dc3.tar.xz
gss-proxy-78cb953ab5d61be42630593002b78568f0049dc3.zip
Add syslog warning when event loop init fails.
Guenther
Diffstat (limited to 'proxy/src/gp_init.c')
-rw-r--r--proxy/src/gp_init.c1
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;
}