diff options
Diffstat (limited to 'cli/cache/node.rs')
-rw-r--r-- | cli/cache/node.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/cache/node.rs b/cli/cache/node.rs index 62a8a8926..d84a25c34 100644 --- a/cli/cache/node.rs +++ b/cli/cache/node.rs @@ -142,6 +142,7 @@ impl NodeAnalysisCacheInner { db_file_path: Option<&Path>, version: String, ) -> Result<Self, AnyError> { + log::debug!("Opening node analysis cache."); let conn = match db_file_path { Some(path) => Connection::open(path)?, None => Connection::open_in_memory()?, |