Skip to content

Commit

Permalink
s -> line
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Mar 3, 2025
1 parent d12b4f9 commit 9cd638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/medialogutils/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (l *HandlerLogger) Write(p []byte) (n int, err error) {
case (l.json && strings.HasPrefix(line, `{"level":"`)) ||
(!l.json && len(line) > 24 && line[24] == '\t'):
// (probably) normal log
fmt.Println(s)
fmt.Println(line)
case strings.HasPrefix(line, "0:00:"):
// ignore cuda and template not mapped gstreamer warnings
continue
Expand Down

0 comments on commit 9cd638a

Please sign in to comment.