mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* More console message fixes
* Tagged Verbose("msg",...) as obsolete. Please use Verbose("AREA","msg",...) instead.
This commit is contained in:
@@ -168,6 +168,7 @@ namespace OpenSim.Framework.Console
|
||||
/// </summary>
|
||||
/// <param name="format">The message to send</param>
|
||||
/// <param name="args">WriteLine-style message arguments</param>
|
||||
[Obsolete("Please tag your console messages with the location your calling from")]
|
||||
public void Verbose(string format, params object[] args)
|
||||
{
|
||||
if (m_verbose)
|
||||
|
||||
Reference in New Issue
Block a user