diff options
author | rbuj <[email protected]> | 2020-02-14 07:54:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-09 15:26:43 +0100 |
commit | 33e52564affb7fbc50ad68a08c43c9f70e7d1bb4 (patch) | |
tree | 9ac72ec71977ec83ab647b502dbf4bd4a9639a1f /help/C | |
parent | 9f3d2d0986a6130b1cefc84caae161d75b4f56ba (diff) | |
download | mate-power-manager-33e52564affb7fbc50ad68a08c43c9f70e7d1bb4.tar.bz2 mate-power-manager-33e52564affb7fbc50ad68a08c43c9f70e7d1bb4.tar.xz |
Port from EggDebug to the built-in GLib logging framework
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index f5bf494..5a99169 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -150,7 +150,7 @@ <term>Command line</term> <listitem> <para> - Type <command>mate-power-manager --verbose --no-daemon</command>, + Type <command>G_MESSAGES_DEBUG=PowerManager mate-power-manager --no-daemon</command>, then press <keycap>Return</keycap>: </para> </listitem> |