From: Mike Brady Date: Tue, 10 Sep 2019 12:14:11 +0000 (+0100) Subject: quieten a debug message X-Git-Tag: 3.3.3~2^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17a151f7a4f16bfcdba648b267435e244afa3e3;p=thirdparty%2Fshairport-sync.git quieten a debug message --- diff --git a/metadata_hub.c b/metadata_hub.c index 4f2d00af..e125fc15 100644 --- a/metadata_hub.c +++ b/metadata_hub.c @@ -132,7 +132,7 @@ void metadata_hub_modify_prolog(void) { if (pthread_rwlock_trywrlock(&metadata_hub_re_lock) != 0) { debug(2, "Metadata_hub write lock is already taken -- must wait."); pthread_rwlock_wrlock(&metadata_hub_re_lock); - debug(1, "Okay -- acquired the metadata_hub write lock."); + debug(2, "Okay -- acquired the metadata_hub write lock."); } else { debug(3, "Metadata_hub write lock acquired."); }