aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-11-22 16:54:46 +1000
committerDavid Walter Seikel2016-11-22 16:54:46 +1000
commitbe1f9db781db96b5d2ec45aa889e21daa6a1af36 (patch)
tree38eb98d0e35531329a993a23b2227475984abc16 /OpenSim/Region/CoreModules
parentAlas "make IARs for those that logged on since the last time" failed, 8.2 bro... (diff)
downloadopensim-SC_OLD-be1f9db781db96b5d2ec45aa889e21daa6a1af36.zip
opensim-SC_OLD-be1f9db781db96b5d2ec45aa889e21daa6a1af36.tar.gz
opensim-SC_OLD-be1f9db781db96b5d2ec45aa889e21daa6a1af36.tar.bz2
opensim-SC_OLD-be1f9db781db96b5d2ec45aa889e21daa6a1af36.tar.xz
Various random white space clean ups.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs
index 5f2534b..9fdef6a 100644
--- a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs
+++ b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs
@@ -651,7 +651,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
651 catch (Exception e) 651 catch (Exception e)
652 { 652 {
653 m_log.Warn(string.Format("[WARP 3D IMAGE MODULE]: Failed to decode asset {0}, exception ", id), e); 653 m_log.Warn(string.Format("[WARP 3D IMAGE MODULE]: Failed to decode asset {0}, exception ", id), e);
654 } 654 }
655 } 655 }
656 656
657 return ret; 657 return ret;