From 8316b346e848280866045a2cca5df29e9311bfab Mon Sep 17 00:00:00 2001 From: Karl Mikaelsson Date: Thu, 5 Oct 2017 15:02:01 +0200 Subject: [PATCH] Remove accidental packsize reference This was work done on another branch that got included here by mistake. --- rdpsnd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rdpsnd.c b/rdpsnd.c index 8174f23..45528e0 100644 --- a/rdpsnd.c +++ b/rdpsnd.c @@ -267,8 +267,7 @@ rdpsnd_process_training(STREAM in) in_uint16_le(in, tick); - logger(Sound, Debug, "rdpsnd_process_training(), tick=0x%04x, packsize=%d", (unsigned) tick, - packsize); + logger(Sound, Debug, "rdpsnd_process_training(), tick=0x%04x", (unsigned) tick); out = rdpsnd_init_packet(SNDC_TRAINING, 4); out_uint16_le(out, tick);