Less logging
This commit is contained in:
parent
02475bc8a6
commit
8110c104f1
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ class KodiVideoDB(common.KodiDBBase):
|
||||||
(filename,))
|
(filename,))
|
||||||
files = self.cursor.fetchall()
|
files = self.cursor.fetchall()
|
||||||
if len(files) == 0:
|
if len(files) == 0:
|
||||||
LOG.info('Did not find any file, abort')
|
LOG.debug('Did not find any file, abort')
|
||||||
return
|
return
|
||||||
# result will contain a list of all idFile with matching filename and
|
# result will contain a list of all idFile with matching filename and
|
||||||
# matching path
|
# matching path
|
||||||
|
|
Loading…
Reference in a new issue