summaryrefslogtreecommitdiff
path: root/server/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/sound.c')
-rw-r--r--server/sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sound.c b/server/sound.c
index 76904eb8..264ac60a 100644
--- a/server/sound.c
+++ b/server/sound.c
@@ -1639,6 +1639,7 @@ void snd_set_playback_compression(int on)
SndWorker *now = workers;
for (; now; now = now->next) {
+ g_critical("untested code path");
uint32_t type;
g_object_get(now->base_channel, "channel-type", &type, NULL);
if (type == SPICE_CHANNEL_PLAYBACK && now->connection) {