diff --git a/src/main.cpp b/src/main.cpp index d8f41b9..3bfb4a8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -236,5 +236,7 @@ int main(int argc, char *argv[]) output::print_matches(matches, opts, input_files.size() == 1); } + LOG(log::sev::info) << "Exiting program with return code " << return_code; + return return_code; }