* Get rid of some extraneous debug log output from the last commit
							parent
							
								
									898326b5e9
								
							
						
					
					
						commit
						cac6971099
					
				|  | @ -110,8 +110,8 @@ namespace OpenSim.Region.CoreModules.World.Archiver | |||
| 
 | ||||
|                 while ((data = archive.ReadEntry(out filePath, out entryType)) != null) | ||||
|                 {                     | ||||
|                     m_log.DebugFormat( | ||||
|                         "[ARCHIVER]: Successfully read {0} ({1} bytes)", filePath, data.Length); | ||||
|                     //m_log.DebugFormat( | ||||
|                     //    "[ARCHIVER]: Successfully read {0} ({1} bytes)", filePath, data.Length); | ||||
|                      | ||||
|                     if (TarArchiveReader.TarEntryType.TYPE_DIRECTORY == entryType) | ||||
|                         continue;                     | ||||
|  |  | |||
|  | @ -79,7 +79,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests | |||
|         [Test] | ||||
|         public void TestSaveOarV0p2() | ||||
|         { | ||||
|             log4net.Config.XmlConfigurator.Configure(); | ||||
|             //log4net.Config.XmlConfigurator.Configure(); | ||||
| 
 | ||||
|             ArchiverModule archiverModule = new ArchiverModule(); | ||||
|             SerialiserModule serialiserModule = new SerialiserModule(); | ||||
|  | @ -202,7 +202,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests | |||
|         [Test] | ||||
|         public void TestLoadOarV0p2() | ||||
|         { | ||||
|             log4net.Config.XmlConfigurator.Configure(); | ||||
|             //log4net.Config.XmlConfigurator.Configure(); | ||||
| 
 | ||||
|             MemoryStream archiveWriteStream = new MemoryStream(); | ||||
|             TarArchiveWriter tar = new TarArchiveWriter(archiveWriteStream); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Justin Clarke Casey
						Justin Clarke Casey