]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove a couple of misplaced dots in log messages. This was reported by
authorRussell Bryant <russell@russellbryant.com>
Sun, 24 Dec 2006 06:47:29 +0000 (06:47 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sun, 24 Dec 2006 06:47:29 +0000 (06:47 +0000)
Andrea Spadaccini on the asterisk-dev mailing list.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@48939 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 96dd99cf596b72e425962a2e7cbba479fc32c7cc..0fb18f57a7f3edf8b0e14be1a30ffeb3672ea888 100644 (file)
@@ -10921,11 +10921,11 @@ static int handle_request_bye(struct sip_pvt *p, struct sip_request *req, int de
        } else if (p->owner) {
                ast_queue_hangup(p->owner);
                if (option_debug > 2)
-                       ast_log(LOG_DEBUG, "Received bye, issuing owner hangup\n.");
+                       ast_log(LOG_DEBUG, "Received bye, issuing owner hangup\n");
        } else {
                ast_set_flag(p, SIP_NEEDDESTROY);       
                if (option_debug > 2)
-                       ast_log(LOG_DEBUG, "Received bye, no owner, selfdestruct soon.\n.");
+                       ast_log(LOG_DEBUG, "Received bye, no owner, selfdestruct soon.\n");
        }
        transmit_response(p, "200 OK", req);