Sybren A. Stüvel
161a7f7cb3
Less dramatic logging when Blender cannot be found
...
Avoid the word "error" in logging when Blender cannot be found. Typically
these are warnings, and having the word "error" there makes people think
otherwise.
2022-09-22 12:37:46 +02:00
Sybren A. Stüvel
6e401f882f
Worker: fix typo 'FFmepg' -> 'FFmpeg'
...
Just a logging message fix, no functional changes.
2022-08-31 15:34:42 +02:00
Sybren A. Stüvel
4947712bec
Worker: also log found Blender at startup
...
Similar to the logging of the found FFmpeg, log the version of Blender at
Worker startup.
2022-07-29 09:48:56 +02:00
Sybren A. Stüvel
377583c9e2
Cleanup: worker, move FFmpeg-finding at startup into its own file
...
Just a move of code from `main.go` to a dedicated file in the same package.
No functional changes
2022-07-29 09:47:30 +02:00