X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=Parasitemia%2FLogger%2FLogger.fs;h=cc023141fc895f21318962af8476ae34a867b65e;hp=1f029d52cf377299f45b995c27cc8efc55ff4161;hb=9343c4deb0bf88c58d9c92d465d8e99f64656875;hpb=154264f33619b78e17182082b483cba97e128698 diff --git a/Parasitemia/Logger/Logger.fs b/Parasitemia/Logger/Logger.fs index 1f029d5..cc02314 100644 --- a/Parasitemia/Logger/Logger.fs +++ b/Parasitemia/Logger/Logger.fs @@ -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