]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a few debug messages.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 16 Mar 2022 01:51:00 +0000 (12:51 +1100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 16 Mar 2022 01:51:00 +0000 (12:51 +1100)
ptp-utilities.c
shairport.c

index aa14a50300bc4599798cbd19e3c527a180f9cf7b..e30824f8950783beceb4a1e52070d3a237c99157 100644 (file)
@@ -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.");
index 0d0dc7ddc90f28699350d50d485da7557dbccc8b..fcc3ed681c9dd360a1259e0266dd17b8d47aae0e 100644 (file)
@@ -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");