Quote:
Originally Posted by JimmXinu
Code:
[archiveofourown.org]
...
include_in_warnings:freeformtags,warnings,bookmarksummary
Because you're including freeformtags in warnings, when warnings is evaluated, that line is attempted twice, once for freeformtags and then again for warnings
If you notice, the output line you posted is FFF: INFO:. It's not an error, just an FYI. You can safely ignore it.
|
Oh! That makes sense. It repeated it 45 times in the log is why it jumped out as concerning to me.
Thanks for the explanation and your patience!