Skip to content
steam-runtime-tools v0.20240726.0

  * all tools:
    - Optionally prepend a priority level marker to each diagnostic
      message (steamrt/tasks#444)
  * srt-logger:
    - Add an early call to g_ascii_strtoull() to avoid an apparent
      GLib bug (steamrt/tasks#481)
    - Propagate error message, if any, through _srt_syslog_level_parse
  * tests:
    - Add sample code to print GLib messages with a priority prefix
      (steamrt/tasks#444)
    - Add test coverage for _srt_syslog_level_parse()
      (steamrt/tasks#481)