oops. fixing missing argument.

This commit is contained in:
dr scofield (aka dirk husemann)
2009-08-31 12:05:14 +02:00
parent 86521adb7e
commit 5209305615

View File

@@ -130,7 +130,7 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender
{
m_fontName = cfg.GetString("font_name", m_fontName);
}
m_log.DebugFormat("[VECTORRENDERMODULE]: using font \"{0}\" for text rendering.");
m_log.DebugFormat("[VECTORRENDERMODULE]: using font \"{0}\" for text rendering.", m_fontName);
}
public void PostInitialise()