summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs b/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs
index 54df05b..482595e 100644
--- a/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs
+++ b/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs
@@ -36,7 +36,7 @@ public class TestEvent : MonoBehaviour, INotification
private void OnEventCheck(params object[] p)
{
- Debug.Log("msg" + p[0]);
+ LogHelper.Log("msg" + p[0]);
}
}