summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-05 17:01:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-05 17:01:43 +0000
commita813bb3c5035534a5201438ba021d2738fdf978b (patch)
treee6c3af3ec58ecd76869fa7a285319876bc438611
parent54c828a06dfe2bfeebcac0beb2dff5bf3f50f054 (diff)
downloadATCD-a813bb3c5035534a5201438ba021d2738fdf978b.tar.gz
-rw-r--r--CIAO/tools/Config_Handlers/DnC_Dump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tools/Config_Handlers/DnC_Dump.cpp b/CIAO/tools/Config_Handlers/DnC_Dump.cpp
index be434b370a6..18a1f4bac94 100644
--- a/CIAO/tools/Config_Handlers/DnC_Dump.cpp
+++ b/CIAO/tools/Config_Handlers/DnC_Dump.cpp
@@ -23,7 +23,7 @@ namespace Deployment
ACE_DEBUG ((LM_DEBUG, "%s%s %d: \n",
Dump_Obj::indent(), caption, i));
ACE_DEBUG ((LM_DEBUG, "%s %s: \n",
- Dump_Obj::indent(), str_seq[i]));
+ Dump_Obj::indent(), str_seq[i].in ()));
}
}
}