diff --git a/RequestLogger.py b/RequestLogger.py index c12c05c..0eb55b0 100644 --- a/RequestLogger.py +++ b/RequestLogger.py @@ -174,7 +174,7 @@ class FSCLogger: ## Log to file f = open(self.logfile, "a+") - f.write("Now the file has more content!") + f.write("getting data %s" % notification) f.close() self.log("getting data %s" % notification)