Move log level conversion to log API

This commit is contained in:
Romain Vimont
2021-06-20 12:46:41 +02:00
parent 1039f9b531
commit 5c95d18beb
4 changed files with 39 additions and 24 deletions

View File

@@ -20,6 +20,7 @@ src = [
'src/stream.c',
'src/tiny_xpm.c',
'src/video_buffer.c',
'src/util/log.c',
'src/util/net.c',
'src/util/process.c',
'src/util/str_util.c',