whitespace fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-11-29 09:52:15 +01:00
parent 2905f2b5e6
commit 41874331ed
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ fn create_ticket(username: String, password: String) -> Result<Value, Error> {
}))
}
Err(err) => {
let client_ip = "unknown"; // $rpcenv->get_client_ip() || '';
let client_ip = "unknown"; // $rpcenv->get_client_ip() || '';
log::error!("authentication failure; rhost={} user={} msg={}", client_ip, username, err.to_string());
Err(http_err!(UNAUTHORIZED, "permission check failed.".into()))
}