95c95
< DPRINTF(CachePort, "Cache port %s blocking new requests\n", name());
---
> DPRINTF(CachePort, "Port is blocking new requests\n");
101c101
< DPRINTF(CachePort, "Cache port %s deschedule retry\n", name());
---
> DPRINTF(CachePort, "Port descheduled retry\n");
110c110
< DPRINTF(CachePort, "Cache port %s accepting new requests\n", name());
---
> DPRINTF(CachePort, "Port is accepting new requests\n");
113c113
< // @TODO: need to find a better time (next bus cycle?)
---
> // @TODO: need to find a better time (next cycle?)
121c121
< DPRINTF(CachePort, "Cache port %s sending retry\n", name());
---
> DPRINTF(CachePort, "Port is sending retry\n");