diff --git a/core/AmSipDispatcher.cpp b/core/AmSipDispatcher.cpp index 9248e8b1..12f54357 100644 --- a/core/AmSipDispatcher.cpp +++ b/core/AmSipDispatcher.cpp @@ -76,9 +76,9 @@ void AmSipDispatcher::handleSipMsg(AmSipRequest &req) "Call leg/Transaction does not exist"); } else { - ERROR("received ACK for non-existing dialog " - "(callid=%s;remote_tag=%s;local_tag=%s)\n", - callid.c_str(),remote_tag.c_str(),local_tag.c_str()); + DBG("received ACK for non-existing dialog " + "(callid=%s;remote_tag=%s;local_tag=%s)\n", + callid.c_str(),remote_tag.c_str(),local_tag.c_str()); } }