diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-06 17:57:05 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-06 17:57:05 +0000 |
commit | 968b124baa7ee13c5a9191858ee569e2c4f65ef4 (patch) | |
tree | 997ed64db43202544539c135975206873cd9e925 /ace/SOCK_Dgram_Mcast.cpp | |
parent | a15341a9d763fc08d95f496cd74a9cc0e3645276 (diff) | |
download | ATCD-968b124baa7ee13c5a9191858ee569e2c4f65ef4.tar.gz |
(unsubscribe): fixed ACE_TRACE string.
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.cpp')
-rw-r--r-- | ace/SOCK_Dgram_Mcast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram_Mcast.cpp b/ace/SOCK_Dgram_Mcast.cpp index 33da60e975a..e042b6129d7 100644 --- a/ace/SOCK_Dgram_Mcast.cpp +++ b/ace/SOCK_Dgram_Mcast.cpp @@ -163,7 +163,7 @@ ACE_SOCK_Dgram_Mcast::unsubscribe (const ACE_INET_Addr &mcast_addr, int protocol_family, int protocol) { - ACE_TRACE ("ACE_SOCK_Dgram_Mcast::subscribe"); + ACE_TRACE ("ACE_SOCK_Dgram_Mcast::unsubscribe"); #if defined (ACE_WIN32) // Windows NT's winsock has trouble with multicast subscribes in the presence |