Log some progress info to log file.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6278779029
commit
a7fae314b3
|
@ -40,8 +40,9 @@ using std::string;
|
||||||
std::vector<match> search(const fs::path &filepath,
|
std::vector<match> search(const fs::path &filepath,
|
||||||
const std::string_view regex, const settings &opts)
|
const std::string_view regex, const settings &opts)
|
||||||
{
|
{
|
||||||
DEBUGLOG << format(R"(Starting search in {0:s} using regex "{1:s}")",
|
LOG(log::sev::info)
|
||||||
filepath, regex);
|
<< format(R"(Starting search in {0:s} using regex "{1:s}")", filepath,
|
||||||
|
regex);
|
||||||
boost::regex::flag_type flags{};
|
boost::regex::flag_type flags{};
|
||||||
|
|
||||||
switch (opts.regex)
|
switch (opts.regex)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user