You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/11/03 11:18:45 UTC

[2/2] git commit: updated refs/heads/master to b59db0d

Merge pull request #1705 from nemo9cby/CLOUDSTACK-9465

Made the changes to improve logging.CLOUSTACK-9465 Several log refactoring/improvement suggestions.

There are two scenarios of logging which needs refactoring/improvement:

Method invocation replaced by variable

This means that in the logging code, the method invocation is pre-defined as a variable. for simplicity,          the method invocation should be replaced by the variable.

Delete variable which must be null

The variable in the logging code is null, there is no need to put the variable there.

* pr/1705:
  Made the changes to improve logging.

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b59db0dc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b59db0dc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b59db0dc

Branch: refs/heads/master
Commit: b59db0dc06e0ef14f6c1a54ffcdc5578ed203007
Parents: 96213f9 cd9c773
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Nov 3 16:48:21 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Nov 3 16:48:21 2016 +0530

----------------------------------------------------------------------
 .../src/com/cloud/agent/manager/AgentManagerImpl.java            | 4 ++--
 .../src/com/cloud/vm/VirtualMachineManagerImpl.java              | 2 +-
 .../kvm/src/com/cloud/hypervisor/kvm/resource/KVMHAChecker.java  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b59db0dc/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
----------------------------------------------------------------------