mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-07-18 00:45:53 +00:00
Fix stray print statement
This breaks ffprobe's JSON mode
This commit is contained in:
parent
d0fd57309f
commit
8c1f63d2d9
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ def main():
|
|||
log.info("Starting process loop")
|
||||
|
||||
target_host = get_target_host()
|
||||
print("[rffmpeg] Running on {}".format(target_host))
|
||||
log.info("[rffmpeg] Running on {}".format(target_host))
|
||||
if target_host == "localhost":
|
||||
returncode = run_local_ffmpeg()
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue