Skip to content

Commit

Permalink
Merge pull request #367 from okfn/367-less-noise-on-app-start
Browse files Browse the repository at this point in the history
Deprecation warning in default set up
  • Loading branch information
domoritz committed Feb 20, 2013
2 parents 91086ac + e8d4013 commit 8abc473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/maintain.py
Expand Up @@ -29,7 +29,7 @@ def decorator(fn):
'It must include the word `deprecated`.'
% (fn.__name__, fn.__module__))
# Log deprecated functions
log.info('Function %s() in module %s has been deprecated. %s'
log.debug('Function %s() in module %s has been deprecated. %s'
% (fn.__name__, fn.__module__, message))

def wrapped(*args, **kw):
Expand Down

0 comments on commit 8abc473

Please sign in to comment.