Skip to content

Commit 532325a

Browse files
author
Ilya Volodarsky
committed
adding log statement
1 parent cfb3f10 commit 532325a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

analytics/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION = '0.3.3'
2+
VERSION = '0.3.4'
33

44
import sys
55

analytics/client.py

+2
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ def _enqueue(self, action):
326326

327327
submitted = True
328328

329+
log('debug', 'Enqueued ' + action['action'] + '.')
330+
329331
else:
330332
log('warn', 'analytics-python queue is full')
331333

0 commit comments

Comments
 (0)