Skip to content

Commit 1f5ee5b

Browse files
authored
Improve logs on ConsoleProxyManagerImpl and refactor a few process (#4959)
1 parent c6cb30d commit 1f5ee5b

File tree

3 files changed

+444
-564
lines changed

3 files changed

+444
-564
lines changed

engine/schema/src/main/java/com/cloud/vm/ConsoleProxyVO.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,8 @@ public int getPort() {
149149
return port;
150150
}
151151

152+
@Override
153+
public String toString() {
154+
return String.format("Console %s", super.toString());
155+
}
152156
}

0 commit comments

Comments
 (0)