Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
120
Issues
120
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
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