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

Commit

Permalink
deb
Browse files Browse the repository at this point in the history
  • Loading branch information
erruqie committed Dec 28, 2020
1 parent 5b08b32 commit 85c56a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Logging.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Logging(status,text)
{
if (status = 1)
{
out = [LOG]%A_DD%.%A_MM%.%A_YYYY% - %A_Hour%:%A_Min%:%A_Sec% - %text%
out = [LOG]%A_DD%.%A_MM%.%A_YYYY% - %A_Hour%:%A_Min%:%A_Sec% - %text%`n
puts(out)
FileAppend, %out%, %A_AppData%\FET Loader\logs.log
}
Expand Down

0 comments on commit 85c56a5

Please # to comment.