Skip to content

Commit

Permalink
fix net_info after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Trukhanov committed Dec 10, 2012
1 parent ddf9689 commit c771ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontik/frontik_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def process_stages(self, status_code):
self.info('Monik-stages {0!r} : {1} code={2}'.format(self.handler_ref(), stages_monik_format, status_code),
extra={
'_monik': True,
'_stages': E.stages(*[E.stage(str(v), {'name':str(k)}) for k, v in self.stages])
'_stages': E.stages(*[E.stage(str(st.delta*1000), {'name':str(st.name)}) for st in self.stages])
})

def process(self, msg, kwargs):
Expand Down

0 comments on commit c771ce9

Please sign in to comment.