mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-22 12:49:26 +00:00
replace print cmd with a logger.debug
This commit is contained in:
@@ -136,6 +136,7 @@ def command(encoder,musicSource,musicDest,albumPath):
|
||||
cmd=cmd+' '+ headphones.ADVANCEDENCODER
|
||||
cmd=cmd+ ' "' + musicDest + '"'
|
||||
|
||||
logger.debug(cmd)
|
||||
try:
|
||||
return_code = call(cmd, shell=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user