diff options
| author | ac79b0c6 <[email protected]> | 2022-06-07 11:08:16 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-06-07 11:08:16 +0800 |
| commit | fd235e02741f44b07b0aaea14f1454fd7cf66112 (patch) | |
| tree | a1e201a7efb671b8da2148ae75b53524a51a641d /mkvlib/ass2pgs.go | |
| parent | 2fdaed13eea4d01520f916736ae33baa2b370ea6 (diff) | |
update mkvlib:fix bug
Diffstat (limited to 'mkvlib/ass2pgs.go')
| -rw-r--r-- | mkvlib/ass2pgs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkvlib/ass2pgs.go b/mkvlib/ass2pgs.go index 4f0d99a..f48ebb5 100644 --- a/mkvlib/ass2pgs.go +++ b/mkvlib/ass2pgs.go @@ -22,7 +22,7 @@ func ass2Pgs(input []string, resolution, frameRate, fontsDir, output string, lcb s, err := p.Wait() r = err == nil && s.ExitCode() == 0 if !r { - PrintLog(lcb, LogError, `Failed to Ass2Pgs:"%s"`, item) + printLog(lcb, logError, `Failed to Ass2Pgs:"%s"`, item) _ = os.Remove(fn) } } |
