From d9f476f4446ae7f3ecd28053c163ef92a12e7a02 Mon Sep 17 00:00:00 2001 From: Zhuhao Wang Date: Wed, 24 Jan 2018 19:53:33 +0800 Subject: [PATCH] Fix Demo app --- NEKitDemo/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEKitDemo/AppDelegate.swift b/NEKitDemo/AppDelegate.swift index 2d3bd5087..b884d8caf 100644 --- a/NEKitDemo/AppDelegate.swift +++ b/NEKitDemo/AppDelegate.swift @@ -11,7 +11,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { func applicationDidFinishLaunching(_ aNotification: Notification) { DDLog.removeAllLoggers() - DDLog.add(DDTTYLogger.sharedInstance(), with: .info) + DDLog.add(DDTTYLogger.sharedInstance, with: .info) ObserverFactory.currentFactory = DebugObserverFactory()