From b37e83bef65f12b29374e87ab9db3889d27151d5 Mon Sep 17 00:00:00 2001 From: Oleg Dzhimiev Date: Wed, 22 Mar 2017 14:27:13 -0600 Subject: [PATCH] corrected log name --- py393sata/x393sata_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py393sata/x393sata_control.py b/py393sata/x393sata_control.py index 16f1c03..c5313bc 100644 --- a/py393sata/x393sata_control.py +++ b/py393sata/x393sata_control.py @@ -60,7 +60,7 @@ import re from time import sleep -LOGFILE = "/var/log/x393sata_eyesis4pi.log" +LOGFILE = "/var/log/x393sata_control.log" STATEFILE = "/var/state/ssd" # constants -- 2.18.1