Show
Ignore:
Timestamp:
05/31/07 18:59:59 (6 years ago)
Author:
balister
Message:

Fix bogus error message and start converting messages to debug macro.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • standardInterfaces/trunk/standardInterfaces/realChar_u.cpp

    r1991 r4065  
    2424 
    2525#include <ossie/ossieSupport.h> 
     26#include <ossie/debug.h> 
    2627 
    2728#include "standardinterfaces/realChar_u.h" 
     
    111112    } 
    112113 
    113     std::cout << "Attempted to disconnect connection that wasn't made." << std::endl; 
     114    DEBUG(5, StandardInterfaces, "Attempted to disconnect non-existent connection: " << connectionID); 
    114115 
    115116}