Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/parse_logs
diff options
context:
space:
mode:
authorfligtar@gmail.com <fligtar@gmail.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2007-11-09 23:56:29 (GMT)
committer fligtar@gmail.com <fligtar@gmail.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2007-11-09 23:56:29 (GMT)
commit63f6755c57b146d88c80340f86cae2635ca3c7e4 (patch)
tree365c8b9e44858b6ff174c7a0eae29174cb36d00e /bin/parse_logs
parent6347b388ea0938a709fd375415291366155feec7 (diff)
variable typo in download counter
git-svn-id: http://svn.mozilla.org/addons/trunk@7962 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'bin/parse_logs')
-rw-r--r--bin/parse_logs/count_downloads.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/parse_logs/count_downloads.class.php b/bin/parse_logs/count_downloads.class.php
index d298dfd..aec10ac 100644
--- a/bin/parse_logs/count_downloads.class.php
+++ b/bin/parse_logs/count_downloads.class.php
@@ -86,7 +86,7 @@ class Count_Downloads {
}
else {
// Couldn't find add-on associated with the file id (disturbing)
- outputIfVerbose("[DownloadCounter] Could not retrieve add-on ID with file ID: {$parsed_line['fileid']}");
+ outputIfVerbose("[DownloadCounter] Could not retrieve add-on ID with file ID: {$details['fileid']}");
}
// Blacklist IP from being counted again for 30 seconds