adding one mor elog
This commit is contained in:
@@ -250,6 +250,7 @@ def strokedata_tcx(request):
|
|||||||
|
|
||||||
if request.content_type.lower() != 'application/xml':
|
if request.content_type.lower() != 'application/xml':
|
||||||
dologging('apilog.log','POST data not application/xml, request to TCX endpoint')
|
dologging('apilog.log','POST data not application/xml, request to TCX endpoint')
|
||||||
|
dologging('apilog.log', request.content_type.lower())
|
||||||
return HttpResponseNotAllowed("Need application/xml")
|
return HttpResponseNotAllowed("Need application/xml")
|
||||||
|
|
||||||
dologging('apilog.log', request.user.username+" (strokedata_tcx POST)")
|
dologging('apilog.log', request.user.username+" (strokedata_tcx POST)")
|
||||||
|
|||||||
Reference in New Issue
Block a user