clean up some DEBUG() messages
authorBrian Norris <banorris@uci.edu>
Sat, 15 Dec 2012 01:28:40 +0000 (17:28 -0800)
committerBrian Norris <banorris@uci.edu>
Sat, 15 Dec 2012 01:56:27 +0000 (17:56 -0800)
commit9d9c0f4e9909c2f58889e198a065479003f7bced
tree9321dbba923675731d6c07617bf5dd1a03be61b8
parentac8e176cd4a8756244c12dbbcaf961d27bfc8a74
clean up some DEBUG() messages

We were printing may_read_from info twice.

Printing the current action when we get to check_current_action() is
helpful.

Printing scheduling based on priority is also useful, as we recently had
a "bug" involving fairness/priority.

Include the file name in DEBUG() prints, since we may have the same
function names in different files/classes.
common.h
libthreads.cc
model.cc
schedule.cc