StephenHynes7 / le_rsyslog

7 stars 5 forks source link

Bug when reporting log file followed from JSON import #2

Closed dmulter closed 9 years ago

dmulter commented 9 years ago

This line: 'Now following the file %s ' % file_path)

Should be: 'Now following the file %s ' % filepath)

StephenHynes7 commented 9 years ago

Fixed now!