We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a0288 commit 7b08f66Copy full SHA for 7b08f66
1 file changed
lib/qencode/task.ex
@@ -36,7 +36,7 @@ defmodule Qencode.Task do
36
37
@spec start!(map, keyword) :: map
38
def start!(%{id: id, video_url: video_url, profiles: profiles}, opts) do
39
- Logger.debug("QencodeStarting a new Task(#{id})")
+ Logger.debug("Qencode: Starting a new Task(#{id})")
40
payload = Keyword.merge([task_token: id, uri: video_url, profiles: profiles], opts)
41
%{"status_url" => status_url} = Client.make_request!("/v1/start_encode", payload)
42
%{id: id, video_url: video_url, profiles: profiles, status_url: status_url}
0 commit comments