Report the delta in debugging mode (on NetBSD)

This commit is contained in:
Pierre Pronchery 2017-05-27 03:04:59 +02:00
parent 020ea9ea8d
commit c0156b4cbf

View File

@ -982,6 +982,9 @@ static int _mixer_get_control(Mixer * mixer, int index, MixerControl * control)
sep = ",";
# endif
}
#ifdef DEBUG
printf(" delta=%u", md.un.v.delta);
#endif
break;
}
# ifdef DEBUG