[mythtv-commits] [MythTV/mythtv] 542e7c: Fix timestamp on messages logged to a file.
David Hampton
noreply at github.com
Mon Feb 8 21:00:06 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 542e7ce236d431f49c121a887faaeed4528afc19
https://github.com/MythTV/mythtv/commit/542e7ce236d431f49c121a887faaeed4528afc19
Author: David Hampton <mythtv at love2code.net>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M mythtv/libs/libmythbase/logging.h
Log Message:
-----------
Fix timestamp on messages logged to a file.
The std::chrono changes broke the ability to serialize / deserialize a
LoggingItem data structure, which broke logging to a file. Revert the
Q_PROPERTY declaration for the "epoch" property to read/write integer
values instead of the std::chrono::milliseconds type.
More information about the mythtv-commits
mailing list