chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Horrible bodge to wait for root user to be created before attempting to
[disorder]
/
lib
/
client.c
diff --git
a/lib/client.c
b/lib/client.c
index 00d7cf51b0b804a7bb29e92f674a9579a6a36b80..20db6759dc52f743cba1f047212763198e6cf7f7 100644
(file)
--- a/
lib/client.c
+++ b/
lib/client.c
@@
-396,7
+396,7
@@
int disorder_connect(disorder_client *c) {
if(!password) {
/* Oh well */
c->last = "no password";
if(!password) {
/* Oh well */
c->last = "no password";
- error(0, "no password configured
"
);
+ error(0, "no password configured
for user '%s'", username
);
return -1;
}
return disorder_connect_generic(config,
return -1;
}
return disorder_connect_generic(config,