[rtems-tools commit] rtems-tld: Remove forced trace message.
Chris Johns
chrisj at rtems.org
Sat Sep 20 22:42:01 UTC 2014
Module: rtems-tools
Branch: master
Commit: 149a8a63610b1c52e323347070d2210efa408203
Changeset: http://git.rtems.org/rtems-tools/commit/?id=149a8a63610b1c52e323347070d2210efa408203
Author: Chris Johns <chrisj at rtems.org>
Date: Sun Sep 21 08:50:56 2014 +1000
rtems-tld: Remove forced trace message.
---
linkers/rtems-tld.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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);
More information about the vc
mailing list