Skip to content

Commit 34d9048

Browse files
committed
Update resolution.py
1 parent c93db8e commit 34d9048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/plugins/conan/resolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _resolve_profile(profile_name: str | None, is_host: bool) -> Profile:
188188
_apply_cmake_config_to_profile(profile, cmake_program, profile_type)
189189
return profile
190190
except Exception as e:
191-
logger.warning('Default %s profile not available, using auto-detection: %s', profile_type, str(e))
191+
logger.debug('Default %s profile not available, using auto-detection: %s', profile_type, str(e))
192192

193193
# Create auto-detected profile
194194
profile = conan_api.profiles.detect()

0 commit comments

Comments
 (0)