[mythtv-commits] [MythTV/mythtv] d24813: Use leading zero's instead of spaces in 0x%1 type ...

kmdewaal noreply at github.com
Mon Apr 29 18:48:14 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: d24813e90481e8c8a8ebfc61028daacd6506c7bd
      https://github.com/MythTV/mythtv/commit/d24813e90481e8c8a8ebfc61028daacd6506c7bd
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp
    M mythtv/libs/libmythtv/mpeg/tsstreamdata.cpp
    M mythtv/libs/libmythui/mythnotificationcenter.cpp

  Log Message:
  -----------
  Use leading zero's instead of spaces in 0x%1 type of QString format

In log messages that print out pointer values:
2019-04-29 20:13:08.819251 E  MPEGStream[-1](0x 44a0b60): Error:
the leading spaces are now replaced with zero's:
2019-04-29 20:13:08.819251 E  MPEGStream[-1](0x044a0b60): Error:




More information about the mythtv-commits mailing list