summaryrefslogtreecommitdiff
path: root/rld-rap.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-12-15 23:19:21 +1100
committerChris Johns <chrisj@rtems.org>2012-12-15 23:19:21 +1100
commit1ce126d3fef1a7ad6129997b1a8b492d5c286183 (patch)
treec6a0cdd7ee22ea3c4ad101479d5a4101f5c7ddc1 /rld-rap.cpp
parent7c02253d5df3347a0ff85e43fd2a9dca0955b55f (diff)
Debug trace changes.
Diffstat (limited to 'rld-rap.cpp')
-rw-r--r--rld-rap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rld-rap.cpp b/rld-rap.cpp
index 3733f79..af3ca18 100644
--- a/rld-rap.cpp
+++ b/rld-rap.cpp
@@ -626,7 +626,7 @@ namespace rld
std::for_each (bss.begin (), bss.end (),
section_merge (*this, secs[rap_bss]));
- if (rld::verbose () >= RLD_VERBOSE_TRACE)
+ if (rld::verbose () >= RLD_VERBOSE_DETAILS)
{
std::cout << "rap:object: " << obj.name ().full () << std::endl;
output ("text", secs[rap_text].size, text);