From 34cd38b3889341379db98bd0c7313006fdb830ac Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Mon, 30 Jul 2012 13:27:33 -0400
Subject: [PATCH] sipvoiplink: cosmetics

---
 daemon/src/sip/sipvoiplink.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/daemon/src/sip/sipvoiplink.cpp b/daemon/src/sip/sipvoiplink.cpp
index 3ec45769f0..65249ec98c 100644
--- a/daemon/src/sip/sipvoiplink.cpp
+++ b/daemon/src/sip/sipvoiplink.cpp
@@ -1232,7 +1232,7 @@ dtmfSend(SIPCall &call, char code, const std::string &dtmf)
         call.getAudioRtp().sendDtmfDigit(code - '0');
         return;
     } else if (dtmf != SIPAccount::SIPINFO_STR) {
-        WARN("SIPVoIPLink: Unknown DTMF type %s, defaulting to %s instead",
+        WARN("Unknown DTMF type %s, defaulting to %s instead",
              dtmf.c_str(), SIPAccount::SIPINFO_STR);
     } // else : dtmf == SIPINFO
 
@@ -1810,7 +1810,7 @@ void update_contact_header(pjsip_regc_cbparam *param, SIPAccount *account)
     }
 
     if (!param or param->contact_cnt == 0) {
-        WARN("SIPVoIPLink: No contact header in registration callback");
+        WARN("No contact header in registration callback");
         pj_pool_release(pool);
         return;
     }
-- 
GitLab