Ignore:
Timestamp:
12/26/2019 06:37:15 AM (6 years ago)
Author:
jdalbey
Message:

unifiedlogger Correct messages to have similar capitalization and punctuation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python/unifiedlogger/activitylog_watcher.py

    r513 r549  
    6969        code = item[4].replace(',','') 
    7070        msg = item[5].replace(',','') 
    71         desiredFields = "Activity Log.,"+name+"," + incident_num + " " + code+" "+msg 
     71        desiredFields = "Activity Log,"+name+"," + incident_num + " " + code+" "+msg 
    7272        # Append to results list 
    7373        resultList.append(desiredFields) 
Note: See TracChangeset for help on using the changeset viewer.