Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Fix Demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Jan 24, 2018
1 parent 34ef94d commit d9f476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEKitDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit d9f476f

Please sign in to comment.