summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mem/cache/cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/cache.cc b/src/mem/cache/cache.cc
index 9079606cf..b4d583eb8 100644
--- a/src/mem/cache/cache.cc
+++ b/src/mem/cache/cache.cc
@@ -585,7 +585,7 @@ Cache::promoteWholeLineWrites(PacketPtr pkt)
bool
Cache::recvTimingReq(PacketPtr pkt)
{
- DPRINTF(CacheTags, "%s tags: %s\n", __func__, tags->print());
+ DPRINTF(CacheTags, "%s tags:\n%s\n", __func__, tags->print());
assert(pkt->isRequest());