Log application exit.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-06-01 18:22:15 +02:00
parent a7fae314b3
commit b0b6c00a90
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}