mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-25 05:38:39 -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_dataPort: " << settings.m_dataPort
|
||||
<< " m_protocol: " << settings.m_protocol
|
||||
<< " m_protocol: " << settings.m_streamIndex
|
||||
<< " m_streamIndex: " << settings.m_streamIndex
|
||||
<< " force: " << force
|
||||
<< " remoteChange: " << remoteChange;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user