Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d9dddc28a38e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f53dbc679cec
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 22, 2020

  1. powerdevil: backport fix for debug log spam

    The version of powerdevil we're using prints a few debug messages every time an
    inhibition is triggered, including some spurious messages about not being able
    to contact consolekit.  This can cause a lot of spam in the system journal,
    especially when a web browser or other application that plays video is running,
    because such applications often trigger such inhibitions very frequently.
    
    A recent upstream commit to powerdevil changes the logging behavior of the
    program so that it doesn't print debug messages anymore.  This commit backports
    that patch to our version of powerdevil (5.17.5).
    kini committed Aug 22, 2020
    Copy the full SHA
    61550c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge pull request #96027 from kini/powerdevil/debug-log-spam

    powerdevil: backport fix for debug log spam
    ttuegel committed Aug 27, 2020
    Copy the full SHA
    f53dbc6 View commit details
    Browse the repository at this point in the history