Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
336d20a1
Commit
336d20a1
authored
Aug 07, 2012
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #9832: audiortp: remove verbose logging from non-main thread
parent
939d4ccb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
daemon/src/audio/audiortp/audio_symmetric_rtp_session.cpp
daemon/src/audio/audiortp/audio_symmetric_rtp_session.cpp
+0
-4
No files found.
daemon/src/audio/audiortp/audio_symmetric_rtp_session.cpp
View file @
336d20a1
...
...
@@ -66,8 +66,6 @@ void AudioSymmetricRtpSession::AudioRtpThread::run()
TimerPort
::
setTimer
(
threadSleep
);
DEBUG
(
"Entering Audio rtp thread main loop"
);
while
(
running_
)
{
// Send session
if
(
rtpSession_
.
hasDTMFPending
())
...
...
@@ -79,8 +77,6 @@ void AudioSymmetricRtpSession::AudioRtpThread::run()
TimerPort
::
incTimer
(
threadSleep
);
}
DEBUG
(
"Leaving audio rtp thread loop"
);
}
void
AudioSymmetricRtpSession
::
setSessionMedia
(
AudioCodec
&
audioCodec
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment