Renamed log_trace() to log()

This commit is contained in:
2016-08-10 20:21:54 +03:00
parent 65b923cba8
commit dcd7a46d0a
10 changed files with 100 additions and 97 deletions

View File

@@ -14,7 +14,7 @@ SOURCES = main.c \
confparser.c \
rmps.c \
enum_functions.c \
log_trace.c \
log.c \
thread_pool.c
OBJECTS = $(SOURCES:.c=.o)