Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jacktrip
Commits
3ce5cf7b
Commit
3ce5cf7b
authored
Jul 13, 2020
by
cc
Browse files
removed 2 more mPeerAddress print statements
parent
7c41fceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UdpHubListener.cpp
View file @
3ce5cf7b
...
...
@@ -211,7 +211,7 @@ void UdpHubListener::run()
m_connectDefaultAudioPorts
);
/// \todo temp default to 1 channel
qDebug
()
<<
"mPeerAddress"
<<
id
<<
mActiveAddress
[
id
].
address
<<
mActiveAddress
[
id
].
port
;
//
qDebug() << "mPeerAddress" << id << mActiveAddress[id].address << mActiveAddress[id].port;
}
//send one thread to the pool
cout
<<
"JackTrip HUB SERVER: Starting JackTripWorker..."
<<
endl
;
...
...
@@ -226,7 +226,7 @@ void UdpHubListener::run()
if
(
isWAIR
())
connectMesh
(
true
);
// invoked with -Sw
#endif // endwhere
qDebug
()
<<
"mPeerAddress"
<<
mActiveAddress
[
id
].
address
<<
mActiveAddress
[
id
].
port
;
//
qDebug() << "mPeerAddress" << mActiveAddress[id].address << mActiveAddress[id].port;
connectPatch
(
true
);
}
...
...
Write
Preview
Supports
Markdown
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