summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-17 05:53:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-17 05:53:58 +0000
commit54bbdc360e9f6c2b0d386e93ab66160d6c1e97aa (patch)
tree252ecc4ac7fb5a3a83b260c38b7f109f5277c41f /TAO/examples
parent9fb93ca728e60a3dd75b22ded8912384b613bb23 (diff)
downloadATCD-54bbdc360e9f6c2b0d386e93ab66160d6c1e97aa.tar.gz
ChangeLogTag: Tue May 17 05:53:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp
index 96a882c33aa..5019ee6ae5d 100644
--- a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp
+++ b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp
@@ -211,7 +211,11 @@ Fixed_Priority_Scheduler::receive_request (PortableInterceptor::ServerRequestInf
serv_cxt->context_data.length ());
char msg [BUFSIZ];
- ACE_OS::sprintf (msg,"The Guid is %d\n", gu_id);
+ ACE_OS::sprintf (msg,
+ "The Guid is "
+ ACE_SIZE_T_FORMAT_SPECIFIER
+ "\n", gu_id);
+
DT_TEST::instance ()->dt_creator ()->log_msg (msg);
RTScheduling::Current::IdType* guid;