Fix formatting

This commit is contained in:
AlexandreRouma 2023-07-02 17:03:52 +02:00 committed by GitHub
parent 6cd09f9b60
commit 87add9ad83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ public:
txtDevList += '\0'; txtDevList += '\0';
} }
catch (std::exception e) { catch (std::exception e) {
flog::error("AudioSinkModule Error getting audio device info: {0}", e.what()); flog::error("AudioSinkModule Error getting audio device info: {0}", e.what());
} }
} }
selectByName(device); selectByName(device);