use domain name in error messages and log file name
Should be much more convenient than XID.
This commit is contained in:
parent
9215c09656
commit
7bdf7b3f36
@ -184,7 +184,7 @@ void init(int xid)
|
|||||||
break;
|
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);
|
exit(1);
|
||||||
}
|
}
|
||||||
close(0);
|
close(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user