Python 2.7 apparently treats "%\n" as a format specifier, when it used to be treated... precise-dev 0.0.17
authorQuentin Smith <quentin@mit.edu>
Sun, 5 Jan 2014 19:05:01 +0000 (14:05 -0500)
committerQuentin Smith <quentin@mit.edu>
Sun, 5 Jan 2014 19:08:33 +0000 (14:08 -0500)
debian/changelog
host/usr/share/xvm-munin-host-config/plugins/xen_cpu

index 13c6f1f..9bbbd2d 100644 (file)
@@ -1,3 +1,10 @@
+xvm-munin-config (0.0.17) unstable; urgency=low
+
+  * Python 2.7 apparently treats "%\n" as a format specifier, when it used
+    to be treated as a literal string.
+
+ -- Quentin Smith <quentin@mit.edu>  Sun, 05 Jan 2014 14:04:53 -0500
+
 xvm-munin-config (0.0.16) precise; urgency=low
 
   * xen_cpu now detects the number of cpus.
index 644c0d0..b50f6ec 100755 (executable)
@@ -71,7 +71,7 @@ if cmd == 'config':
     print """
 graph_title Xen domain CPU usage
 graph_args --base 1000 -r --lower-limit 0 --upper-limit %d
-graph_vlabel %
+graph_vlabel %%
 graph_scale no
 graph_info This graph shows how CPU time is spent by Xen domains.
 graph_category system