... | ... |
@@ -555,7 +555,7 @@ int AmSipDialog::bye(const string& hdrs, int flags) |
555 | 555 |
|
556 | 556 |
// missing AmSipRequest to be able |
557 | 557 |
// to send the reply on behalf of the app. |
558 |
- ERROR("ignoring bye() in %s state: no UAS transaction to reply",getStatusStr()); |
|
558 |
+ DBG("ignoring bye() in %s state: no UAS transaction to reply",getStatusStr()); |
|
559 | 559 |
setStatus(Disconnected); |
560 | 560 |
return 0; |
561 | 561 |
|