AudioStream: Move all streams to same log channel

This commit is contained in:
Stenzek
2025-12-23 00:32:58 +10:00
parent abcaceeb80
commit 02384ac2aa
3 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,6 @@
X(CompressHelpers) \
X(Controller) \
X(Core) \
X(CubebAudioStream) \
X(CueParser) \
X(DInputSource) \
X(DMA) \

View File

@@ -15,7 +15,7 @@
#include "cubeb/cubeb.h"
#include "fmt/format.h"
LOG_CHANNEL(CubebAudioStream);
LOG_CHANNEL(AudioStream);
namespace {

View File

@@ -9,7 +9,7 @@
#include <SDL3/SDL.h>
LOG_CHANNEL(SDL);
LOG_CHANNEL(AudioStream);
namespace {