* Minor asset server message tweak

This commit is contained in:
Justin Clarke Casey
2008-01-30 18:36:59 +00:00
parent a5b719e161
commit a70e9c8c2c

View File

@@ -69,7 +69,8 @@ namespace OpenSim.Grid.AssetServer
if (!LLUUID.TryParse(p[0], out assetID))
{
MainLog.Instance.Verbose("REST", "GET:/asset ignoring malformed UUID {0}", p[0]);
MainLog.Instance.Verbose(
"REST", "GET:/asset ignoring request with malformed UUID {0}", p[0]);
return result;
}