fix compile issue

This commit is contained in:
Simon Morlat 2015-02-24 18:22:41 +01:00
parent 49a91becb7
commit 2a2ef0f94d

View file

@ -202,8 +202,8 @@ void TunnelManager::setMode(LinphoneTunnelMode mode) {
return;
}
ms_message("TunnelManager: switching mode from %s to %s",
tunnel_mode_to_string(mMode),
tunnel_mode_to_string(mode));
linphone_tunnel_mode_to_string(mMode),
linphone_tunnel_mode_to_string(mode));
switch(mode) {
case LinphoneTunnelModeEnable:
if(mState == disabled) {