Compare commits
1 Commits
bced16437e
...
68c1fdef57
Author | SHA1 | Date | |
---|---|---|---|
68c1fdef57 |
@ -108,7 +108,9 @@ impl BrainDaemon for BrainDaemonMock {
|
|||||||
&auth.signature,
|
&auth.signature,
|
||||||
)?;
|
)?;
|
||||||
} else {
|
} else {
|
||||||
return Err(Status::unauthenticated("Could not authenticate the daemon"));
|
return Err(Status::unauthenticated(
|
||||||
|
"Could not authenticate the daemon: could not extract auth signature",
|
||||||
|
));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return Err(Status::unauthenticated("Could not authenticate the daemon"));
|
return Err(Status::unauthenticated("Could not authenticate the daemon"));
|
||||||
|
Loading…
Reference in New Issue
Block a user