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