diff options
Diffstat (limited to 'Ivy/Ivy.cxx')
-rw-r--r-- | Ivy/Ivy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Ivy.cxx b/Ivy/Ivy.cxx index daa2129..49be33b 100644 --- a/Ivy/Ivy.cxx +++ b/Ivy/Ivy.cxx @@ -219,7 +219,7 @@ void Ivy::RemoveApplication(IvyApplication * app) /// OLD NOT called because of deallocation PB
// the real remove is done at arrival of a new Application
// or at the bus Stop
- ASSERT( TRUE );
+ TRACE( "Ivy::RemoveApplication %lu\n", app );
if ( app )
{
|