diff options
author | Adam Frisby | 2007-10-22 22:37:39 +0000 |
---|---|---|
committer | Adam Frisby | 2007-10-22 22:37:39 +0000 |
commit | 3143768468e7fc5a6443c2cde398d8b9fade76de (patch) | |
tree | b0b394fab9f1fa2cb6c745522469b72f09815d02 /OpenSim/Framework/Communications/Capabilities | |
parent | * Table creation now checks if the table already exists before building it. (diff) | |
download | opensim-SC_OLD-3143768468e7fc5a6443c2cde398d8b9fade76de.zip opensim-SC_OLD-3143768468e7fc5a6443c2cde398d8b9fade76de.tar.gz opensim-SC_OLD-3143768468e7fc5a6443c2cde398d8b9fade76de.tar.bz2 opensim-SC_OLD-3143768468e7fc5a6443c2cde398d8b9fade76de.tar.xz |
* Removed plenty more untagged console messages. Everything now has shiny groups. :)
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 4ed59c7..899fb61 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -77,7 +77,7 @@ namespace OpenSim.Region.Capabilities | |||
77 | /// </summary> | 77 | /// </summary> |
78 | public void RegisterHandlers() | 78 | public void RegisterHandlers() |
79 | { | 79 | { |
80 | Console.WriteLine("registering CAPS handlers"); | 80 | OpenSim.Framework.Console.MainLog.Instance.Verbose("CAPS","Registering CAPS handlers"); |
81 | string capsBase = "/CAPS/" + m_capsObjectPath; | 81 | string capsBase = "/CAPS/" + m_capsObjectPath; |
82 | try | 82 | try |
83 | { | 83 | { |