mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
fix a log message
This commit is contained in:
@@ -559,7 +559,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
|
||||
|
||||
default:
|
||||
// unkown map item type
|
||||
m_log.DebugFormat("[WORLD MAP]: Unknown MapItem type {1}", itemtype);
|
||||
m_log.DebugFormat("[WORLD MAP]: Unknown MapItem type {0}", itemtype);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user