mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Cleaning
This commit is contained in:
		| @@ -186,7 +186,7 @@ public static class Warehouse | ||||
|  | ||||
|             if (!rt) | ||||
|             { | ||||
|                 Console.WriteLine($"Resource failed at Initialize {r.Instance.Name} [{r.Instance.Template.ClassName}]"); | ||||
|                 Global.Log("Warehouse", LogType.Warning, $"Resource failed at Initialize {r.Instance.Name} [{r.Instance.Template.ClassName}]"); | ||||
|             } | ||||
|             //} | ||||
|         } | ||||
| @@ -199,7 +199,7 @@ public static class Warehouse | ||||
|             var rt = await r.Trigger(ResourceTrigger.SystemInitialized); | ||||
|             if (!rt) | ||||
|             { | ||||
|                 Console.WriteLine($"Resource failed at SystemInitialized {r.Instance.Name} [{r.Instance.Template.ClassName}]"); | ||||
|                 Global.Log("Warehouse", LogType.Warning, $"Resource failed at SystemInitialized {r.Instance.Name} [{r.Instance.Template.ClassName}]"); | ||||
|             } | ||||
|             //return false; | ||||
|             //} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user