From 75550a43b200f7e5e99decc49cfad20f77c6c251 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 6 May 2008 10:12:44 +0000 Subject: [PATCH] fixed misleading error message to dbg level git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@937 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmSipDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index df495209..ce8d1010 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -365,8 +365,8 @@ int AmSipDialog::bye() else { // missing AmSipRequest to be able // to send the reply on behalf of the app. - ERROR("bye(): Dialog should have" - " been terminated by the app !!!\n"); + DBG("ignoring bye() in Pending state: " + "no UAC transaction to cancel.\n"); } return 0; default: