summaryrefslogtreecommitdiff
path: root/src/sim
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim')
-rw-r--r--src/sim/eventq.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sim/eventq.cc b/src/sim/eventq.cc
index 80de1808f..b682325aa 100644
--- a/src/sim/eventq.cc
+++ b/src/sim/eventq.cc
@@ -392,7 +392,8 @@ Event::trace(const char *action)
// more informative message in the trace, override this method on
// the particular subclass where you have the information that
// needs to be printed.
- DPRINTFN("%s event %s @ %d\n", description(), action, when());
+ DPRINTF_UNCONDITIONAL(Event, "%s event %s @ %d\n",
+ description(), action, when());
}
void