diff --git a/openair1/PHY/TOOLS/lte_phy_scope.c b/openair1/PHY/TOOLS/lte_phy_scope.c
index 0a5470e7b8ab0703332041fa86eb510b35ca802b..13beb469e426b6ae86ed769df59dc07af0f6e4a8 100644
--- a/openair1/PHY/TOOLS/lte_phy_scope.c
+++ b/openair1/PHY/TOOLS/lte_phy_scope.c
@@ -705,7 +705,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
     }
     else
     {
-        LOG_E(PHY,"PDCCH LLR plot is bugged in 20 MHz BW, to be fixed !!!");
+        LOG_D(PHY,"UE PDCCH LLR plot is bugged in 20 MHz BW, to be fixed !!!\n");
     }
   }
 
@@ -721,7 +721,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
     }
     else
     {
-        LOG_E(PHY,"PDCCH COMP plot is bugged in 20 MHz BW, to be fixed !!!");
+        LOG_D(PHY,"UE PDCCH COMP plot is bugged in 20 MHz BW, to be fixed !!!\n");
     }
   }
 
@@ -739,7 +739,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
     }
     else
     {
-        LOG_E(PHY,"PDSCH LLR plot is bugged in 20 MHz BW, to be fixed !!!");
+        LOG_D(PHY,"UE PDSCH LLR plot is bugged in 20 MHz BW, to be fixed !!!\n");
     }
   }