[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Sep 15 08:55:28 CDT 2011
branch "master" has been updated
via 28ab66a1d742596f1b35030bf48e8b4a85a64b4a (commit)
from f7a6cfa0ce860cca6407d11ddf57699f117467fe (commit)
Summary of changes:
slice/AsteriskSCF/System/Logger/LoggerIf.ice | 2 ++
slice/AsteriskSCF/System/NAT/NATTraversalIf.ice | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 28ab66a1d742596f1b35030bf48e8b4a85a64b4a
Author: Brent Eagles <beagles at digium.com>
Date: Thu Sep 15 11:24:18 2011 -0230
Add trace level to logging.
diff --git a/slice/AsteriskSCF/System/Logger/LoggerIf.ice b/slice/AsteriskSCF/System/Logger/LoggerIf.ice
index f793039..2fb8032 100644
--- a/slice/AsteriskSCF/System/Logger/LoggerIf.ice
+++ b/slice/AsteriskSCF/System/Logger/LoggerIf.ice
@@ -45,6 +45,8 @@ module Logging
*/
enum Level
{
+ /** Very verbose debugging messages (use with caution) */
+ Trace,
/** debug-level messages */
Debug,
/** informational messages */
diff --git a/slice/AsteriskSCF/System/NAT/NATTraversalIf.ice b/slice/AsteriskSCF/System/NAT/NATTraversalIf.ice
index 46a206b..d5b66a1 100644
--- a/slice/AsteriskSCF/System/NAT/NATTraversalIf.ice
+++ b/slice/AsteriskSCF/System/NAT/NATTraversalIf.ice
@@ -256,14 +256,14 @@ class Candidate
/**
*
- * The mapped address (note that this will be empty for host candidates.
+ * The mapped address (note that this will be empty for host candidates.)
*
**/
string mappedAddress;
/**
*
- * The mapped port (note that this is only relevant if the mappedAddress is not empty.
+ * The mapped port (note that this is only relevant if the mappedAddress is not empty.)
*
**/
int mappedPort;
-----------------------------------------------------------------------
--
asterisk-scf/release/slice.git
More information about the asterisk-scf-commits
mailing list