mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-362: Change warn to debug for missing private key.
This commit is contained in:
committed by
Nick Couchman
parent
17599d9153
commit
a196134f2d
@@ -140,7 +140,7 @@ public class TicketValidationService {
|
|||||||
|
|
||||||
final PrivateKey clearpassKey = confService.getClearpassKey();
|
final PrivateKey clearpassKey = confService.getClearpassKey();
|
||||||
if (clearpassKey == null) {
|
if (clearpassKey == null) {
|
||||||
logger.warn("No private key available to decrypt password.");
|
logger.debug("No private key available to decrypt password.");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user