From: Mike Brady Date: Mon, 19 Nov 2018 20:30:00 +0000 (+0000) Subject: Add the sort-of mutex name to the debug_mutex_lock and _unlock. Also, setting the... X-Git-Tag: 3.3RC0~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d17df82df3f05d85e4ddc0d3cd360b5cf61d1969;p=thirdparty%2Fshairport-sync.git Add the sort-of mutex name to the debug_mutex_lock and _unlock. Also, setting the debug level to 0 turns off the debug logging of them. Handy. --- diff --git a/configure.ac b/configure.ac index 8bcb8691..aafe3913 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d23], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d24], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])