mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-07 15:28:09 +02:00
Fix "can-hibernate" formatting in upower --dump
All other field names end with a colon, so that one should, too.
This commit is contained in:
parent
9518459350
commit
99768c18eb
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ up_client_print (UpClient *client)
|
|||
|
||||
g_print (" daemon-version: %s\n", daemon_version);
|
||||
g_print (" can-suspend: %s\n", can_suspend ? "yes" : "no");
|
||||
g_print (" can-hibernate %s\n", can_hibernate ? "yes" : "no");
|
||||
g_print (" can-hibernate: %s\n", can_hibernate ? "yes" : "no");
|
||||
g_print (" on-battery: %s\n", on_battery ? "yes" : "no");
|
||||
g_print (" on-low-battery: %s\n", on_low_battery ? "yes" : "no");
|
||||
g_print (" lid-is-closed: %s\n", lid_is_closed ? "yes" : "no");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue