From 149a8a63610b1c52e323347070d2210efa408203 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 21 Sep 2014 08:50:56 +1000 Subject: rtems-tld: Remove forced trace message. --- linkers/rtems-tld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linkers') diff --git a/linkers/rtems-tld.cpp b/linkers/rtems-tld.cpp index 0f09dd0..70ab330 100644 --- a/linkers/rtems-tld.cpp +++ b/linkers/rtems-tld.cpp @@ -777,7 +777,7 @@ namespace rld rld::path::path_join (sp, "rtems", sp); rld::path::path_join (sp, "trace-linker", sp); - if (rld::verbose () || true) + if (rld::verbose ()) std::cout << "search path: " << sp << std::endl; config.set_search_path (sp); -- cgit v1.2.3