mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Properly use logging.warn in some places
This commit is contained in:
parent
5d6baedbc9
commit
945d8b126f
2 changed files with 3 additions and 3 deletions
|
|
@ -1186,7 +1186,7 @@ def scan_source(build_dir, root_dir, thisbuild):
|
|||
problems.append('Found %s at %s' % (what, fd))
|
||||
|
||||
def warnproblem(what, fd, fp):
|
||||
logging.info('Warning: Found %s at %s' % (what, fd))
|
||||
logging.warn('Found %s at %s' % (what, fd))
|
||||
|
||||
def insidedir(path, dirname):
|
||||
return path.endswith('/%s' % dirname) or '/%s/' % dirname in path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue