summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
index 9f13a050443..49d99ff8966 100644
--- a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
@@ -352,7 +352,7 @@ dump_event (const RtecEventComm::Event &event)
ACE_DEBUG ((LM_DEBUG, "source_ = %d "
"type_ = %d "
"time_ = %u.\n",
- ACE_reinterpret_cast (void*, event.header.source),
+ ACE_reinterpret_cast (void*, (int) event.header.source),
event.header.type,
// The divide-by-1 is for ACE_U_LongLong support.
ORBSVCS_Time::to_hrtime (event.header.creation_time) / 1));