Browse Source

lavu/log: Also print the log level for level trace.

tags/n4.3
Carl Eugen Hoyos 6 years ago
parent
commit
84db67894f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavutil/log.c

+ 2
- 0
libavutil/log.c View File

@@ -226,6 +226,8 @@ static const char *get_level_str(int level)
return "quiet";
case AV_LOG_DEBUG:
return "debug";
case AV_LOG_TRACE:
return "trace";
case AV_LOG_VERBOSE:
return "verbose";
case AV_LOG_INFO:


Loading…
Cancel
Save