From 7bdf7b3f3641a3f1e45925e05a6ab77b07aa84d7 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Mon, 22 Apr 2013 05:16:26 +0200 Subject: [PATCH] use domain name in error messages and log file name Should be much more convenient than XID. --- qrexec/qrexec-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrexec/qrexec-daemon.c b/qrexec/qrexec-daemon.c index c6b15eb..6473c77 100644 --- a/qrexec/qrexec-daemon.c +++ b/qrexec/qrexec-daemon.c @@ -184,7 +184,7 @@ void init(int xid) break; } } - fprintf(stderr, "Cannot connect to qrexec agent for %d seconds, still trying in the background\n", startup_timeout); + fprintf(stderr, "Cannot connect to '%s' qrexec agent for %d seconds, giving up\n", remote_domain_name, startup_timeout); exit(1); } close(0);