From db8db20b17a99485aaa54d8839f044acb99d29b9 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:59:35 +0000 Subject: Utilisateur : Fcolin Date : 16/01/01 Heure : 14:56 Archivé dans $/Ivy (vss 4) --- Ivy/IvyApplication.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Ivy/IvyApplication.cxx') diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index cd0e70c..d949845 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -115,7 +115,7 @@ void IvyApplication::OnReceive(char * line) if ( !bus->CheckRegexp( arg ) ) { #ifdef DEBUG - TRACE("Warning exp='%s' can't match removing from %s\n",arg,appname); + TRACE("Warning exp='%s' can't match removing from %s\n",arg,appname.c_str()); #endif //DEBUG return; } @@ -154,7 +154,7 @@ void IvyApplication::OnReceive(char * line) remoteService = id; if ( bus->CheckConnected( this ) ) { - TRACE("Quitting already connected %s\n", appname); + TRACE("Quitting already connected %s\n", appname.c_str()); SendMsg( Error, Error, "already connected" ); // bus->RemoveApplication( this ); Close(); -- cgit v1.1