---
 c/src/lib/libbsp/shared/console_select.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/c/src/lib/libbsp/shared/console_select.c 
b/c/src/lib/libbsp/shared/console_select.c
index 4803a8f..3927487 100644
--- a/c/src/lib/libbsp/shared/console_select.c
+++ b/c/src/lib/libbsp/shared/console_select.c
@@ -92,10 +92,6 @@ void bsp_console_select(void)
    * let the user know and select the first available device.
    */
   if ( !bsp_Is_Available( Console_Port_Minor ) ) {
-    printk(
-      "Error finding %s setting console to first available\n",
-      Console_Port_Tbl[Console_Port_Minor]->sDeviceName
-    );
     Console_Port_Minor = bsp_First_Available_Device();
   }
 }
-- 
1.7.7

_______________________________________________
rtems-devel mailing list
[email protected]
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to