Skip to content

Commit

Permalink
Merge pull request #177 from lammertw/lammertw-patch-1
Browse files Browse the repository at this point in the history
Deprecation: updates logger method to warning
  • Loading branch information
avelis authored May 26, 2017
2 parents 370d9f3 + 5cf3b83 commit d6808c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silk/profiling/profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def wrapped_target(*args, **kwargs):

return wrapped_target
else:
Logger.warn('Cannot execute silk_profile as silk is not installed correctly.')
Logger.warning('Cannot execute silk_profile as silk is not installed correctly.')
return target

def distinct_queries(self):
Expand Down

0 comments on commit d6808c9

Please sign in to comment.