* Minor asset server message tweak

ThreadPoolClientBranch
Justin Clarke Casey 2008-01-30 18:36:59 +00:00
parent a5b719e161
commit a70e9c8c2c
1 changed files with 2 additions and 1 deletions

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;
}