mirror of
https://github.com/vale981/stream
synced 2025-03-04 17:41:38 -05:00
make process creation an info
This commit is contained in:
parent
743601de99
commit
a4ba9f3509
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@
|
|||
monitor (sys/create-monitor! unit-name)
|
||||
supervisor (attach-supervisor! id (first monitor))
|
||||
process (->process id process-name unit-name monitor supervisor ffmpeg-config #{})]
|
||||
(debug "Creating process with ID:" id)
|
||||
(info "Creating process with ID:" id)
|
||||
(dosync
|
||||
(commute processes assoc id process))
|
||||
process))
|
||||
|
|
Loading…
Add table
Reference in a new issue