Skip to content

Commit 100450e

Browse files
committed
refactor: info messages refer to tagfiles
1 parent 7d200a6 commit 100450e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/extension.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class CppTagfilesExtension {
188188
tagfileConfigs = [tagfileConfigs]
189189
}
190190
if (!tagfileConfigs.length) {
191-
this.logger.warn(`No reference collector configuration found for component ${name} version ${version}`)
191+
this.logger.info(`No tagfiles configuration found for component ${name} version ${version}`)
192192
continue
193193
}
194194
this.logger.debug(CppTagfilesExtension.objectSummary(tagfileConfigs), 'tagfileConfigs')
@@ -702,7 +702,7 @@ class CppTagfilesExtension {
702702
* A worktree in Git is a separate working copy of the same repository
703703
* allowing you to work on two different branches at the same time.
704704
*
705-
* This static method of the `CppReferenceExtension` class is used to remove a worktree
705+
* This static method of the `CppTagfilesExtension` class is used to remove a worktree
706706
* directory and delete the 'collectorWorktree' property from each origin.
707707
*
708708
* It takes two arguments: `worktreeDir` and `origins`. `worktreeDir` is the directory

0 commit comments

Comments
 (0)