Skip to content

Commit 7b08f66

Browse files
committed
fix(task): fix logging message
1 parent 09a0288 commit 7b08f66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/qencode/task.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Qencode.Task do
3636

3737
@spec start!(map, keyword) :: map
3838
def start!(%{id: id, video_url: video_url, profiles: profiles}, opts) do
39-
Logger.debug("QencodeStarting a new Task(#{id})")
39+
Logger.debug("Qencode: Starting a new Task(#{id})")
4040
payload = Keyword.merge([task_token: id, uri: video_url, profiles: profiles], opts)
4141
%{"status_url" => status_url} = Client.make_request!("/v1/start_encode", payload)
4242
%{id: id, video_url: video_url, profiles: profiles, status_url: status_url}

0 commit comments

Comments
 (0)