use domain name in error messages and log file name

Should be much more convenient than XID.
pull/1/head
Marek Marczykowski 11 years ago committed by Marek Marczykowski-Górecki
parent 9215c09656
commit 7bdf7b3f36

@ -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);

Loading…
Cancel
Save