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 | 309b038a1c570ed7928f310bc4d423dc23013715 (patch) | |
tree | 997ed64db43202544539c135975206873cd9e925 /ace/SOCK_Dgram_Mcast.cpp | |
parent | 352eaa656e3c0e0f7d3776bb618179814575ac58 (diff) | |
download | ATCD-309b038a1c570ed7928f310bc4d423dc23013715.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 |