Martin Pavlásek has uploaded a new change for review.

Change subject: Add missing log for getStatistics in XMLRPC interface
......................................................................

Add missing log for getStatistics in XMLRPC interface

All methods exported to XMLRPC interface has own info log, when is invoked.
Only getStatistics was missing this log info.

Change-Id: I0021fae11cb9c9efcd2c59e567ec3263a3693d21
Signed-off-by: Martin Pavlasek <mpavl...@redhat.com>
---
M mom/MOMFuncs.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/mom refs/changes/12/34712/1

diff --git a/mom/MOMFuncs.py b/mom/MOMFuncs.py
index c062e33..f3d1c2c 100644
--- a/mom/MOMFuncs.py
+++ b/mom/MOMFuncs.py
@@ -71,6 +71,7 @@
 
     @exported
     def getStatistics(self):
+        self.logger.info("getStatistics()")
         host_stats = self.threads['host_monitor'].interrogate().statistics[-1]
         guest_stats = {}
         guest_entities = self.threads['guest_manager'].interrogate().values()


-- 
To view, visit http://gerrit.ovirt.org/34712
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0021fae11cb9c9efcd2c59e567ec3263a3693d21
Gerrit-PatchSet: 1
Gerrit-Project: mom
Gerrit-Branch: master
Gerrit-Owner: Martin Pavlásek <mpavl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to