Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
changed deviceProduct from 'amo_logcef' to use the settings.STATSD_PR…
Browse files Browse the repository at this point in the history
…EFIX

when firing the log_cef call in generate-error
  • Loading branch information
crankycoder committed Mar 26, 2013
1 parent 45217ba commit 1d5aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/zadmin/forms.py
Expand Up @@ -336,7 +336,7 @@ class IOError(Exception):
env = {'REMOTE_ADDR': '127.0.0.1', 'HTTP_HOST': '127.0.0.1',
'PATH_INFO': '/', 'REQUEST_METHOD': 'GET',
'HTTP_USER_AGENT': 'MySuperBrowser'}
log_cef('amo_logcef', 6, env)
log_cef(settings.STATSD_PREFIX, 6, env)


class PriceTiersForm(happyforms.Form):
Expand Down

0 comments on commit 1d5aa27

Please sign in to comment.