add logging
This commit is contained in:
parent
24095fb80c
commit
92ba5b1a75
2 changed files with 5 additions and 3 deletions
|
|
@ -129,7 +129,7 @@ impl AuthHandler {
|
|||
};
|
||||
|
||||
let Ok(passwd) = client.get_nex_password(pid).await else {
|
||||
warn!("unable to get nex password");
|
||||
warn!("unable to get nex password for pid: {}:", pid);
|
||||
return Err(ErrorCode::Core_Exception);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue