Changeset 3410
- Timestamp:
- 07/02/08 16:22:33 (5 months ago)
- Files:
-
- trunk/projects/bos/tools/squid-access-log2csv (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/tools/squid-access-log2csv
r3409 r3410 24 24 (with-loop-split (list in " \\+") 25 25 (when (= 10 (length list)) 26 (format *error-output* "Reading log line ~D...~C" 27 (incf line-count) #\Return) 26 (when (zerop (mod line-count 10000)) 27 (format *error-output* "Reading log line ~D...~C" 28 (incf line-count) #\Return)) 28 29 (destructuring-bind (timestamp elapsed client action/code 29 30 size method uri ident
