Skip to content

Commit

Permalink
Fix logging in 'agent' module
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Mar 29, 2014
1 parent 803c5eb commit 36e4534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vpoller/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _discover_objects(self, properties, obj_type):
The discovered objects in JSON format
"""
logging.info('[%s] Discovering %s managed objects', obj_type.__name__)
logging.info('[%s] Discovering %s managed objects', self.host, obj_type.__name__)

view_ref = self._get_object_view(obj_type=[obj_type])
try:
Expand Down

0 comments on commit 36e4534

Please sign in to comment.