Skip to content

Commit 216124c

Browse files
committed
Tweaks log level
1 parent 60043e6 commit 216124c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caliper/ConfigManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ struct ConfigManager::ConfigManagerImpl {
14131413
#ifdef CALIPER_HAVE_PAPI
14141414
#ifdef CALIPER_HAVE_ARCH
14151415
std::string cali_arch = CALIPER_HAVE_ARCH;
1416-
Log(0).stream() << "ConfigManager: detected architecture " << cali_arch << std::endl;
1416+
Log(2).stream() << "ConfigManager: detected architecture " << cali_arch << std::endl;
14171417
if (cali_arch == "sapphirerapids") {
14181418
builtin_option_specs_list.push_back(builtin_papi_spr_option_specs);
14191419
} else if (cali_arch == "skylake" || cali_arch == "skylake_avx512" || cali_arch == "cascadelake") {

0 commit comments

Comments
 (0)