Skip to content

Commit 3288508

Browse files
committed
Log Level Modification in Launch dependency parsing
1 parent 8ab4a53 commit 3288508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package_xml_validation/package_xml_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def extract_launch_deps(folder_names: List[str]) -> List[str]:
189189
]
190190
if missing_deps:
191191
sep = "\n\t - "
192-
self.logger.error(
192+
self.logger.warning(
193193
f"Missing launch dependencies in {package_name}/package.xml: {sep}{sep.join(missing_deps)}"
194194
)
195195

0 commit comments

Comments
 (0)