diff options
Diffstat (limited to 'cli/cache/parsed_source.rs')
-rw-r--r-- | cli/cache/parsed_source.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/cache/parsed_source.rs b/cli/cache/parsed_source.rs index 0c9fe5c97..9ab926874 100644 --- a/cli/cache/parsed_source.rs +++ b/cli/cache/parsed_source.rs @@ -143,6 +143,7 @@ impl ParsedSourceCacheModuleAnalyzer { cli_version: String, sources: ParsedSourceCacheSources, ) -> Result<Self, AnyError> { + log::debug!("Loading cached module analyzer."); let conn = match db_file_path { Some(path) => Connection::open(path)?, None => Connection::open_in_memory()?, |