removed notice about not caring about 100 trying messages. RFCs be damned, the proxies use them.

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3857 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl
2012-06-28 06:10:45 +00:00
parent f8ef9a060b
commit 7e34fd52d6

View File

@@ -1186,7 +1186,6 @@ SIPState SIPEngine::MOSMSWaitForSubmit()
LOG (ALERT) << "SIP MESSAGE rejected: " << ok->status_code << " " << ok->reason_phrase;
break;
}
// RFC-3428 does not use 1xx reponses so we won't look for them.
LOG(WARNING) << "unhandled response " << ok->status_code;
osip_message_free(ok);
}