summaryrefslogtreecommitdiffstats
path: root/proxy/src
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src')
-rw-r--r--proxy/src/gssproxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gssproxy.c b/proxy/src/gssproxy.c
index 0936407..1fca922 100644
--- a/proxy/src/gssproxy.c
+++ b/proxy/src/gssproxy.c
@@ -103,6 +103,8 @@ int main(int argc, const char *argv[])
vctx = init_event_loop();
if (!vctx) {
+ fprintf(stderr, "Failed to initialize event loop. "
+ "Is there at least one libverto backend installed?\n");
return 1;
}
gpctx->vctx = vctx;