summaryrefslogtreecommitdiff
path: root/mkvlib/ass2pgs.go
diff options
context:
space:
mode:
authorac79b0c6 <[email protected]>2022-06-07 11:08:16 +0800
committerac79b0c6 <[email protected]>2022-06-07 11:08:16 +0800
commitfd235e02741f44b07b0aaea14f1454fd7cf66112 (patch)
treea1e201a7efb671b8da2148ae75b53524a51a641d /mkvlib/ass2pgs.go
parent2fdaed13eea4d01520f916736ae33baa2b370ea6 (diff)
update mkvlib:fix bug
Diffstat (limited to 'mkvlib/ass2pgs.go')
-rw-r--r--mkvlib/ass2pgs.go2
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)
}
}