CC-2612 : Upgrade: Push DB metadata into the file before upgrade
might have too much data to log it.
This commit is contained in:
parent
fb5c0803ce
commit
1e6d9efad2
|
@ -86,7 +86,7 @@ class AirtimeMediaMonitorBootstrap():
|
||||||
command = "find %s -type f -iname '*.ogg' -o -iname '*.mp3' -readable" % dir
|
command = "find %s -type f -iname '*.ogg' -o -iname '*.mp3' -readable" % dir
|
||||||
|
|
||||||
stdout = self.mmc.exec_command(command)
|
stdout = self.mmc.exec_command(command)
|
||||||
self.logger.info(stdout)
|
#self.logger.info(stdout)
|
||||||
|
|
||||||
new_files = stdout.splitlines()
|
new_files = stdout.splitlines()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue