log
This commit is contained in:
@@ -62,6 +62,7 @@ func Main(ctx context.Context, args []string) error {
|
|||||||
return nil
|
return nil
|
||||||
case Transcode:
|
case Transcode:
|
||||||
for _, pos := range flags.Pos {
|
for _, pos := range flags.Pos {
|
||||||
|
log.Printf("transcoding %q...", pos)
|
||||||
if err := inass.EntrypointTranscode(ctx, pos); err != nil {
|
if err := inass.EntrypointTranscode(ctx, pos); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user