Clearer logs in the /tmp/i-nex.log file

This commit is contained in:
eloaders 2019-11-12 03:13:03 +01:00
parent ff9a190a95
commit 20235c05f2
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Private Sub _Write(sLine As String)
Else
LOG_FILE = Open "/tmp/" & Application.Name & ".log" For Write Create
Endif
Write #LOG_FILE, sLine
Write #LOG_FILE, sLine & "\n"
Close #LOG_FILE
Endif
Else