[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 10/18: Some extra debugging code
noreply at xfce.org
noreply at xfce.org
Tue Jun 28 21:33:32 CEST 2016
This is an automated email from the git hooks/post-receive script.
omegaphil pushed a commit to branch omegaphil/graph-disk-io
in repository panel-plugins/xfce4-hardware-monitor-plugin.
commit 3f5b6f980221711544d3dcdc9c4f9a6192427976
Author: OmegaPhil <OmegaPhil at startmail.com>
Date: Mon Jun 20 20:11:09 2016 +0100
Some extra debugging code
---
src/monitor-impls.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/monitor-impls.cpp b/src/monitor-impls.cpp
index 2ca8a79..20717ca 100644
--- a/src/monitor-impls.cpp
+++ b/src/monitor-impls.cpp
@@ -837,6 +837,9 @@ double DiskStatsMonitor::do_measure()
if (val > max_value)
max_value = guint64(val * 1.05);
+ // Debug code
+ //std::cerr << "Returning value: " << val << "\n";
+
return val;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list