Save predefined PPI and sensor sizes in JSON files.
[master-thesis.git] / Parasitemia / Logger / Logger.fs
index 1f029d5..cc02314 100644 (file)
@@ -44,7 +44,7 @@ type Log () =
     let setLogDirectory (dir: string) =
         lock monitor (fun () ->
             logDir <- dir
-            absoluteDir <- Path.Combine(System.Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), logDir)
+            absoluteDir <- Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), logDir)
 
             if stream <> null
             then