This commit is contained in:
Jeff Bryner 2014-03-07 15:20:43 -08:00
Родитель 15673e9cab
Коммит 13537fbb54
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@ def keyMapping(aDict):
try:
for k,v in aDict.iteritems():
if removeAt(k.lower()) in ('message','summary'):
if removeAt(k.lower()) in ('message','summary','payload'):
returndict[u'summary']=str(v)
if removeAt(k.lower()) in ('eventtime','timestamp'):