Move code to add default log into quiet_level.c

I'm about to unify the code for handling this between main.c and
config.c.
This commit is contained in:
Nick Mathewson
2019-10-17 12:48:39 -04:00
parent 3a73f6612a
commit db18ff9120
4 changed files with 37 additions and 22 deletions
+1
View File
@@ -9,6 +9,7 @@ endif
# ADD_C_FILE: INSERT SOURCES HERE.
LIBTOR_APP_A_SOURCES = \
src/app/config/config.c \
src/app/config/quiet_level.c \
src/app/config/statefile.c \
src/app/main/main.c \
src/app/main/shutdown.c \