Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syslog-format: don't try to turn a timestamp to unixtime if one is no…
…t present If the timestamp is not actually there in the message, we still tried to call convert_and_normalize_wall_clock_time_to_unix_time_with_tz_hint(), which in turn calls mktime(), which is a heavyweight operation. Let's not do that. Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
- Loading branch information