Index: trunk/modules/vci_cc_xcache_wrapper_v4/caba/source/src/vci_cc_xcache_wrapper_v4.cpp
===================================================================
--- trunk/modules/vci_cc_xcache_wrapper_v4/caba/source/src/vci_cc_xcache_wrapper_v4.cpp	(revision 111)
+++ trunk/modules/vci_cc_xcache_wrapper_v4/caba/source/src/vci_cc_xcache_wrapper_v4.cpp	(revision 113)
@@ -293,5 +293,5 @@
         m_iss.getRequests( ireq, dreq );
 
-        std::cout << std::dec << "CC_XCACHE_WRAPPER " << m_srcid_rw << std::endl;
+        std::cout << std::dec << "CC_XCACHE_WRAPPER " << name() << std::endl;
         std::cout << " cache state : " << icache_fsm_state_str[r_icache_fsm] << " / "
                                        << dcache_fsm_state_str[r_dcache_fsm] << " / "
@@ -299,5 +299,5 @@
                                        << rsp_fsm_state_str[r_vci_rsp_fsm] << " / "
                                        << tgt_fsm_state_str[r_vci_tgt_fsm] << std::endl;
-        std::cout << " proc state : PC = " << std::hex << ireq.addr << " / AD = " << dreq.addr 
+        std::cout << " proc state  : PC = " << std::hex << ireq.addr << " / AD = " << dreq.addr 
                   << std::dec << " / V = " << dreq.valid << " / TYPE = " << dreq.type << std::endl;
     }
@@ -441,5 +441,7 @@
                     {
                         std::cout << "error in component VCI_CC_XCACHE_WRAPPER " << name() << std::endl;
-                        std::cout << "the received VCI command from " << std::dec << p_vci_tgt.srcid.read() << " is not a write" << std::endl;
+                        std::cout << "coherence request is not a write" << std::endl;
+                        std::cout << "oddress = " << std::hex << address << std::endl;
+                        std::cout << "srcid   = " << std::hex << p_vci_tgt.srcid.read() << std::endl;
                         exit(0);
                     }
@@ -449,5 +451,7 @@
                     {
                         std::cout << "error in component VCI_CC_XCACHE_WRAPPER " << name() << std::endl;
-                        std::cout << "out of segment VCI command received for a multi-updt or multi-inval request" << std::endl;
+                        std::cout << "out of segment coherence request" << std::endl;
+                        std::cout << "oddress = " << std::hex << address << std::endl;
+                        std::cout << "srcid   = " << std::hex << p_vci_tgt.srcid.read() << std::endl;
                         exit(0);
                     }
