From 406f68196292844287f4cff701b5698f86a6912d Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Tue, 20 Jun 2017 10:33:45 +0200 Subject: [PATCH] Critical Bugfix, KDLog got extended with dummies because of now same file ending --- .../xcdebugger/Breakpoints_v2.xcbkptlist | 154 +----------------- Logger4/FrequencyOperation.swift | 4 +- Logger4/Info.plist | 2 +- Logger4/buildnum.ver | 2 +- 4 files changed, 9 insertions(+), 153 deletions(-) diff --git a/Docsis Toolkit.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Docsis Toolkit.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index fd70e2e..767be94 100644 --- a/Docsis Toolkit.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/Docsis Toolkit.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -6,160 +6,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Logger4/FrequencyOperation.swift b/Logger4/FrequencyOperation.swift index 7c64401..d2c4024 100644 --- a/Logger4/FrequencyOperation.swift +++ b/Logger4/FrequencyOperation.swift @@ -219,7 +219,7 @@ class FrequencyOperation: Operation { // Step through files for element in enumerator { // Check if modified - if !filesModified.contains(element as! String) && (element as! String).contains(".hex") { + if !filesModified.contains(element as! String) && (element as! String).contains(".hex") { logDummie(dir: dir, element: element as! String, date: date) } } @@ -241,7 +241,7 @@ class FrequencyOperation: Operation { func logDummie(dir: NSString, element: String, date: Date) { if element.contains("Upstream") { FileOperations.logUpstream(data: "\((NSApp.delegate as! AppDelegate).justTime.string(from: date));-;-;-", toFrequencyLog: (dir.appending(element) as NSString).expandingTildeInPath) - } else { + } else if element.contains("Downstream") { FileOperations.logDownstream(data: "\((NSApp.delegate as! AppDelegate).justTime.string(from: date));-;-", toFrequencyLog: (dir.appending(element) as NSString).expandingTildeInPath) } diff --git a/Logger4/Info.plist b/Logger4/Info.plist index f3be4d3..b648932 100644 --- a/Logger4/Info.plist +++ b/Logger4/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString 4.1 CFBundleVersion - 47 + 48 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/Logger4/buildnum.ver b/Logger4/buildnum.ver index a7d9510..e45f8bd 100644 --- a/Logger4/buildnum.ver +++ b/Logger4/buildnum.ver @@ -1,2 +1,2 @@ version 4.1 -build 47 +build 48