Skip to content

Commit

Permalink
s/key/msg['key']
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Mar 31, 2014
1 parent 271dfd4 commit de0429f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vpoller/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ def vm_disk_get(self, msg):
logging.debug(
'[%s] Getting guest disk info for %s on VirtualMachine %s',
self.host,
key,
msg['key'],
msg['name']
)

Expand Down Expand Up @@ -886,7 +886,7 @@ def vm_disk_get(self, msg):

r = {
'success': 0,
'msg': 'Successfully discovered objects',
'msg': 'Successfully retrieved properties',
'result': result,
}

Expand Down

0 comments on commit de0429f

Please sign in to comment.