164,167c164,165
< DEBUG_NEWLINE(NETWORK_COMP,HighPrio);
< DEBUG_MSG(NETWORK_COMP, HighPrio,
< csprintf("throttle: %d my bw %d bw spent enqueueing "
< "net msg %d time: %d.",
---
> DPRINTF(RubyNetwork, "throttle: %d my bw %d bw spent "
> "enqueueing net msg %d time: %lld.\n",
169c167
< g_eventQueue_ptr->getTime()));
---
> g_eventQueue_ptr->getTime());
178,179c176
< DEBUG_MSG(NETWORK_COMP,LowPrio,*m_out[vnet]);
< DEBUG_NEWLINE(NETWORK_COMP,HighPrio);
---
> DPRINTF(RubyNetwork, "%s\n", *m_out[vnet]);
191c188
< DEBUG_MSG(NETWORK_COMP,LowPrio,vnet);
---
> DPRINTF(RubyNetwork, "vnet: %d", vnet);
212,213c209
< DEBUG_MSG(NETWORK_COMP, LowPrio, *this);
< DEBUG_MSG(NETWORK_COMP, LowPrio, "not scheduled again");
---
> DPRINTF(RubyNetwork, "%s not scheduled again\n", *this);
215,216c211
< DEBUG_MSG(NETWORK_COMP, LowPrio, *this);
< DEBUG_MSG(NETWORK_COMP, LowPrio, "scheduled again");
---
> DPRINTF(RubyNetwork, "%s scheduled again\n", *this);