summaryrefslogtreecommitdiff
path: root/rld.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-12-18 20:47:27 +1100
committerChris Johns <chrisj@rtems.org>2012-12-18 20:47:27 +1100
commit95a89337a2148cacc461032173440c01a394422a (patch)
treef8905732daffd3fddc53963004c721872a96bd8d /rld.h
parent35a26b0f97a2a4fa087f679ca4a982c90c24b1d9 (diff)
Add a new trace level.
Diffstat (limited to 'rld.h')
-rw-r--r--rld.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rld.h b/rld.h
index 182a8d4..c6cd3ed 100644
--- a/rld.h
+++ b/rld.h
@@ -71,7 +71,8 @@ namespace rld
#define RLD_VERBOSE_DETAILS (2)
#define RLD_VERBOSE_TRACE (3)
#define RLD_VERBOSE_TRACE_SYMS (4)
-#define RLD_VERBOSE_FULL_DEBUG (5)
+#define RLD_VERBOSE_TRACE_FILE (5)
+#define RLD_VERBOSE_FULL_DEBUG (6)
namespace rld
{