stats: Add more information to uninitialized error
authorJason Lowe-Power <powerjg@cs.wisc.edu>
Fri, 14 Oct 2016 14:02:03 +0000 (09:02 -0500)
committerJason Lowe-Power <powerjg@cs.wisc.edu>
Fri, 14 Oct 2016 14:02:03 +0000 (09:02 -0500)
commit824c87634d2d0606f9f62e8a3383c9a056069125
tree31b04c573570ecd0c74c0e47371b1ea8f10fd5f9
parentc87b717dbdf36f4b0ebef1df4592f1ebabad15a5
stats: Add more information to uninitialized error

ClockedObject was changed to require its regStats() to be called from every
child class. If you forget to do this, the error was indecipherable. This
patch makes the error more clear.
src/base/statistics.cc