diff --git a/RequestLogger.py b/RequestLogger.py index 0eb55b0..1593f1f 100644 --- a/RequestLogger.py +++ b/RequestLogger.py @@ -174,7 +174,7 @@ class FSCLogger: ## Log to file f = open(self.logfile, "a+") - f.write("getting data %s" % notification) + f.write("getting data %s \n" % notification) f.close() self.log("getting data %s" % notification)