Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 85c56a5

Browse files
committed
deb
1 parent 5b08b32 commit 85c56a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/Logging.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Logging(status,text)
1010
{
1111
if (status = 1)
1212
{
13-
out = [LOG]%A_DD%.%A_MM%.%A_YYYY% - %A_Hour%:%A_Min%:%A_Sec% - %text%
13+
out = [LOG]%A_DD%.%A_MM%.%A_YYYY% - %A_Hour%:%A_Min%:%A_Sec% - %text%`n
1414
puts(out)
1515
FileAppend, %out%, %A_AppData%\FET Loader\logs.log
1616
}

0 commit comments

Comments
 (0)