Skip to content

Commit 3b62d6b

Browse files
committed
Logging
1 parent f2bca8b commit 3b62d6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linux/mediacontroller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ void MediaController::removeAudioOutputDevice() {
218218
void MediaController::setConnectedDeviceMacAddress(const QString &macAddress) {
219219
connectedDeviceMacAddress = macAddress;
220220
m_deviceOutputName = getAudioDeviceName();
221+
LOG_INFO("Device output name set to: " << m_deviceOutputName);
221222
}
222223

223224
MediaController::MediaState MediaController::mediaStateFromPlayerctlOutput(

0 commit comments

Comments
 (0)