[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix typos in debug messages
noreply at xfce.org
noreply at xfce.org
Mon Aug 25 17:03:51 CEST 2014
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit c745b8616bc4022935243eebc5f36f69b9b04d17
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Aug 25 17:03:47 2014 +0200
Fix typos in debug messages
---
src/xfpm-dpms.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/xfpm-dpms.c b/src/xfpm-dpms.c
index 9ca307d..c117bbc 100644
--- a/src/xfpm-dpms.c
+++ b/src/xfpm-dpms.c
@@ -334,7 +334,7 @@ xfpm_dpms_inhibit (XfpmDpms *dpms, gboolean inhibit)
dpms->priv->inhibited = inhibit;
xfpm_dpms_refresh (dpms);
- XFPM_DEBUG ("dpms inhibited %s", inhibit ? "TURE" : "FALSE");
+ XFPM_DEBUG ("dpms inhibited %s", inhibit ? "TRUE" : "FALSE");
}
void
@@ -345,5 +345,5 @@ xfpm_dpms_set_on_battery (XfpmDpms *dpms, gboolean on_battery)
dpms->priv->on_battery = on_battery;
xfpm_dpms_refresh (dpms);
- XFPM_DEBUG ("dpms on battery %s", on_battery ? "TURE" : "FALSE");
+ XFPM_DEBUG ("dpms on battery %s", on_battery ? "TRUE" : "FALSE");
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list