Update agent/src/main/java/com/cloud/agent/resource/consoleproxy/ConsoleProxyResource.java

Co-authored-by: dahn <daan.hoogland@gmail.com>
This commit is contained in:
YoulongChen 2025-11-07 21:50:56 +08:00 committed by GitHub
parent 1ee7c6d273
commit 7e09770369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ public class ConsoleProxyResource extends ServerResourceBase implements ServerRe
final Object resource = this;
logger.info("Building class loader for com.cloud.consoleproxy.ConsoleProxy");
if (consoleProxyMain == null) {
logger.info("Running com.cloud.consoleproxy.ConsoleProxy with encryptor password={}", "******");
logger.info("Running com.cloud.consoleproxy.ConsoleProxy with encryptor password=******");
consoleProxyMain = new Thread(new ManagedContextRunnable() {
@Override
protected void runInContext() {