Skip to content

Commit

Permalink
[Minor] Add small additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Oct 25, 2022
1 parent f293c10 commit 476ef53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libserver/hyperscan_tools.cxx
Expand Up @@ -178,6 +178,8 @@ class hs_known_files_cache {

auto glob_pattern = fmt::format("{}{}*.{}",
dir, G_DIR_SEPARATOR_S, ext);
msg_debug_hyperscan_lambda("perform glob for pattern: %s",
glob_pattern.c_str());
memset(&globbuf, 0, sizeof(globbuf));

if (glob(glob_pattern.c_str(), 0, nullptr, &globbuf) == 0) {
Expand Down

0 comments on commit 476ef53

Please sign in to comment.