Compare commits
1 Commits
68c1fdef57
...
bced16437e
Author | SHA1 | Date | |
---|---|---|---|
bced16437e |
@ -108,9 +108,7 @@ impl BrainDaemon for BrainDaemonMock {
|
|||||||
&auth.signature,
|
&auth.signature,
|
||||||
)?;
|
)?;
|
||||||
} else {
|
} else {
|
||||||
return Err(Status::unauthenticated(
|
return Err(Status::unauthenticated("Could not authenticate the daemon"));
|
||||||
"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