From 26912e80ffa92145cb533f0b1df1fb365db5ca28 Mon Sep 17 00:00:00 2001 From: Emanuel Schmid-Siegert Date: Thu, 21 Nov 2024 10:19:13 +0100 Subject: [PATCH] just pushing some message to debug --- src/lib/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/common.rs b/src/lib/common.rs index cbe3e11..bb48b82 100644 --- a/src/lib/common.rs +++ b/src/lib/common.rs @@ -3245,7 +3245,7 @@ pub fn evaluate_and_predict( debug!("INFO: orient1 {:?} orient2 {:?} fp_target1 {:?} fp_target2 {:?} f_begin1 {:?} f_begin2 {:?}",orient1_up,orient2_up,fp_target1,fp_target2,f_begin1,f_begin2); continue; }else if orient1_up.unwrap() == orient2_up.unwrap() { - eprintln!("WARNING: opposing information discovered in evaluting sense of fusion - this should not happen!"); + debug!("WARNING: opposing information discovered in evaluting sense of fusion - this should not happen!"); debug!("INFO: Removed entry primary {:?} with SA {:?} as fusion positions ambiguous", primary_infos,align); debug!("INFO: orient1 {:?} orient2 {:?} fp_target1 {:?} fp_target2 {:?} f_begin1 {:?} f_begin2 {:?}",orient1_up,orient2_up,fp_target1,fp_target2,f_begin1,f_begin2); continue;