Fix build break

avinationmerge
Tom Grimshaw 2010-07-01 08:55:52 -07:00
parent 38384cc79c
commit b38a22506b
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ namespace OpenSim.Services.Connectors
{ {
if (asset.UploadAttempts > 0) if (asset.UploadAttempts > 0)
{ {
m_log.InfoFormat("[Assets] Upload of {0} succeeded after {1} failed attempts", asset.ID.ToString(), asset.UploadAttempts.ToString())); m_log.InfoFormat("[Assets] Upload of {0} succeeded after {1} failed attempts", asset.ID.ToString(), asset.UploadAttempts.ToString());
} }
if (newID != String.Empty) if (newID != String.Empty)
{ {