This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 7c7497c62485683544c9a6911ffba5bdec1db3ae
Merge: cd69f2ce16d 2e113e5ed70
Author: Wei Zhou <weiz...@apache.org>
AuthorDate: Mon Sep 15 10:19:27 2025 +0200

    Merge remote-tracking branch 'apache/4.19' into 4.20

 .../src/main/java/com/cloud/agent/manager/AgentManagerImpl.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --cc 
engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java
index 6bca59bf980,7fa4b31b15b..2b5e81eb3f9
--- 
a/engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java
+++ 
b/engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java
@@@ -1571,7 -1454,7 +1571,7 @@@ public class AgentManagerImpl extends M
                          }
                      }
                  } catch (final Throwable th) {
-                     logger.warn("Caught: ", th);
 -                    s_logger.error("Caught: ", th);
++                    logger.error("Caught: ", th);
                      answer = new Answer(cmd, false, th.getMessage());
                  }
                  answers[i] = answer;
@@@ -1586,7 -1471,7 +1586,7 @@@
              try {
                  link.send(response.toBytes());
              } catch (final ClosedChannelException e) {
-                 logger.warn("Unable to send response because connection is 
closed: {}", response);
 -                s_logger.error("Unable to send response because connection is 
closed: " + response);
++                logger.error("Unable to send response because connection is 
closed: {}", response);
              }
          }
  

Reply via email to