From 61f3ab14fc5a4af6ecbfe985398b15351d9c48f0 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Fri, 29 May 2020 16:51:43 +0200 Subject: [PATCH] Update log subsystem in MapFactory --- GoldWars/GoldWars/Map/MapFactory.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoldWars/GoldWars/Map/MapFactory.swift b/GoldWars/GoldWars/Map/MapFactory.swift index 5664233..9b8da1c 100644 --- a/GoldWars/GoldWars/Map/MapFactory.swift +++ b/GoldWars/GoldWars/Map/MapFactory.swift @@ -13,7 +13,7 @@ import os class MapFactory { - let LOG = OSLog.init(subsystem: "MapGenerator", category: "TwoPlayerMapGenerator") + let LOG = OSLog.init(subsystem: "MapGenerator", category: "MapFactory") var size: CGSize! var entityManager: EntityManager!