aboutsummaryrefslogtreecommitdiff
path: root/cgi/post.py
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/post.py')
-rw-r--r--cgi/post.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/post.py b/cgi/post.py
index b80b17d..826816a 100644
--- a/cgi/post.py
+++ b/cgi/post.py
@@ -813,8 +813,8 @@ def trimThreads():
"""
Delete any threads which have passed the MAX_THREADS setting
"""
- logging.debug("Trimming threads")
board = Settings._.BOARD
+ logging.debug("Trimming threads (%s)" % board["dir"])
archived = False
trimmed = []