diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-24 07:27:34 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-24 07:27:34 -0400 |
commit | f92e7d30a8ae4b1017968c253bb90f5eb05e1725 (patch) | |
tree | 6fb402c32570e911b79e19c9a131b5e335b7ef18 /indra/llcommon/llerror.h | |
parent | fb1fa8434a1a84105f67e72fdf72d300be2951bb (diff) |
Add logging during tests (debug level, to test-specific files)
Diffstat (limited to 'indra/llcommon/llerror.h')
-rw-r--r-- | indra/llcommon/llerror.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h index a72e9a4892..b65b410153 100644 --- a/indra/llcommon/llerror.h +++ b/indra/llcommon/llerror.h @@ -35,7 +35,7 @@ #include "stdtypes.h" -/* Error Logging Facility +/** Error Logging Facility Information for most users: @@ -100,7 +100,6 @@ even release. Which means you can use them to help debug even when deployed to a real grid. */ - namespace LLError { enum ELevel |