mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-29 15:48:52 -04:00
Fix variable name
This commit is contained in:
parent
d662513f76
commit
52c0907135
@ -219,7 +219,7 @@ void RemoteTCPSink::applySettings(const RemoteTCPSinkSettings& settings, bool fo
|
|||||||
<< " m_dataAddress: " << settings.m_dataAddress
|
<< " m_dataAddress: " << settings.m_dataAddress
|
||||||
<< " m_dataPort: " << settings.m_dataPort
|
<< " m_dataPort: " << settings.m_dataPort
|
||||||
<< " m_protocol: " << settings.m_protocol
|
<< " m_protocol: " << settings.m_protocol
|
||||||
<< " m_protocol: " << settings.m_streamIndex
|
<< " m_streamIndex: " << settings.m_streamIndex
|
||||||
<< " force: " << force
|
<< " force: " << force
|
||||||
<< " remoteChange: " << remoteChange;
|
<< " remoteChange: " << remoteChange;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user