From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 16 Mar 2022 01:51:00 +0000 (+1100) Subject: Quieten a few debug messages. X-Git-Tag: 4.1-rc1~24^2~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ace5537ad3fc16a4f0975dadfca25e309d4af031;p=thirdparty%2Fshairport-sync.git Quieten a few debug messages. --- diff --git a/ptp-utilities.c b/ptp-utilities.c index aa14a503..e30824f8 100644 --- a/ptp-utilities.c +++ b/ptp-utilities.c @@ -168,7 +168,7 @@ int ptp_shm_interface_open() { int ptp_shm_interface_close() { int response = -1; if ((mapped_addr != MAP_FAILED) && (mapped_addr != NULL)) { - debug(1, "ptp_shm_interface_close"); + debug(2, "ptp_shm_interface_close"); response = munmap(mapped_addr, sizeof(struct shm_structure)); if (response != 0) debug(1, "error unmapping shared memory."); diff --git a/shairport.c b/shairport.c index 0d0dc7dd..fcc3ed68 100644 --- a/shairport.c +++ b/shairport.c @@ -1591,7 +1591,7 @@ void exit_function() { debug(1, "exit_function libdaemon exit"); } #else - debug(1, "exit_function exit"); + debug(1, "normal exit"); #endif } else { debug(1, "emergency exit");