From e4df896869337aefd6f77dd0a0c8cf501d9d5868 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Mon, 20 Aug 2012 16:15:55 -0400 Subject: [PATCH] iowatcher: Add back missing plot title --- iowatcher/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iowatcher/main.c b/iowatcher/main.c index 583a5b4..760fffb 100644 --- a/iowatcher/main.c +++ b/iowatcher/main.c @@ -1100,7 +1100,7 @@ int main(int ac, char **av) else set_legend_width(0); - + set_plot_title(plot, graph_title); plot_io(plot, seconds, max_offset); plot_tput(plot, seconds); plot_cpu(plot, seconds, "CPU IO Wait Time", -- 2.25.1