mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Fix log tag
This commit is contained in:
parent
4f60c07c1c
commit
f22f31edee
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
static constexpr auto LOG_TAG = "OpusDecoder";
|
||||
static constexpr auto LOG_TAG = "OggDecoder";
|
||||
|
||||
namespace decoder
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue