From 38faea0f72741f7732f6973b266ed623ff1428a4 Mon Sep 17 00:00:00 2001
From: Josh Blum
Date: Sun, 3 Mar 2013 23:41:46 -0600
Subject: stats: hooks for chart gui elements
---
lib/top_block_stats.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'lib')
diff --git a/lib/top_block_stats.cpp b/lib/top_block_stats.cpp
index 2a6d36c..a6559e1 100644
--- a/lib/top_block_stats.cpp
+++ b/lib/top_block_stats.cpp
@@ -59,5 +59,5 @@ std::string TopBlock::get_stats(const std::string &)
}
xml += str(boost::format(" \n%s\n") % message.block_id % block_xml);
}
- return str(boost::format("\n%s") % xml);
+ return str(boost::format("\n%s") % this->to_string() % xml);
}
--
cgit