summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/Ivy.cxx')
-rw-r--r--Ivy/Ivy.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Ivy.cxx b/Ivy/Ivy.cxx
index b592c11..609733d 100644
--- a/Ivy/Ivy.cxx
+++ b/Ivy/Ivy.cxx
@@ -101,7 +101,7 @@ const char * Ivy::GetDomain(const char *domainlist)
if ( sep_index == -1 )
{
domain = DEFAULT_DOMAIN;
- TRACE(" Missing ':' in domain list using default domain %s\n", domain );
+ TRACE(" Missing ':' in domain list using default domain %s\n", domain.c_str() );
}
if ( sep_index == 0 )
{