From db18ff91208e0065c38e5f4d0dd57eb8a0ae513c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 17 Oct 2019 12:48:39 -0400 Subject: 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. --- src/core/include.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') diff --git a/src/core/include.am b/src/core/include.am index f6ae3f2b51..fb2f93d81e 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -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 \ -- cgit v1.2.3-54-g00ecf