mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-05 16:06:55 +08:00
fix fmt arg type for message stringer
This commit is contained in:
@@ -157,7 +157,7 @@ func (m *Message) String() string {
|
||||
case MessageBuffering:
|
||||
mode, avgIn, avgOut, bufferingLeft := m.ParseBufferingStats()
|
||||
msg += fmt.Sprintf(
|
||||
"Buffering %s - %d%% complete (avg in %d/sec, avg out %d/sec, time left %s)",
|
||||
"Buffering %s - %d%% complete (avg in %d/sec, avg out %d/sec, time left %d)",
|
||||
mode,
|
||||
m.ParseBuffering(),
|
||||
avgIn,
|
||||
|
Reference in New Issue
Block a user