oops. fixing missing argument.

remotes/origin/0.6.7-post-fixes
dr scofield (aka dirk husemann) 2009-08-31 12:05:14 +02:00
parent 86521adb7e
commit 5209305615
1 changed files with 1 additions and 1 deletions

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()