re-enabled logging to text file, updated+fixed URLdownloadtovar error message

This commit is contained in:
2023-12-18 23:36:06 -05:00
parent f15d3ed2f0
commit 981051a9e8
2 changed files with 6 additions and 4 deletions

View File

@@ -35,10 +35,9 @@ SaveOrPostProgress(Message:="",PostType:=""){
if(InStr(PostType, "Tooltip")){
TooltipThis(Message)
}
/* if(InStr(PostType, "ErrorLoggingTextFile")){
if(InStr(PostType, "ErrorLoggingTextFile")){
Func_LogErrorsToTextFile(Message)
}
*/
if(InStr(PostType, "ErrorSummaryVar")){
Func_LogErrorsToVar(Message)
}