small fixes

This commit is contained in:
Alireza Ahmadi
2024-05-23 18:38:26 +02:00
parent 2ac13ef8f4
commit 9968f3885f
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -22,4 +22,5 @@ func (s *DelStatsJob) Run() {
logger.Warning("Deleting old statistics failed: ", err)
return
}
logger.Debug("Stats older than ", s.trafficAge, " days were deleted")
}