OSDN Git Service

FLVの視聴・リレーに対応。
[peercast-im/PeerCastIM.git] / core / common / servhs.cpp
index 66f8e38..b153706 100644 (file)
@@ -1893,7 +1893,7 @@ void Servent::handshakeICY(Channel::SRC_TYPE type, bool isHTTP)
        info.id = chanMgr->broadcastID;
        info.id.encode(NULL,info.name.cstr(),loginMount.cstr(),info.bitrate);
 
-       LOG_DEBUG("Incoming source: %s : %s",info.name.cstr(),ChanInfo::getTypeStr(info.contentType));
+       LOG_DEBUG("Incoming source: %s : %s",info.name.cstr(),info.getTypeStr());
 
 
        if (isHTTP)