about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2024-02-11 16:57:05 +0100
committerLeah Neukirchen <leah@vuxu.org>2024-02-11 16:57:21 +0100
commit46195b6c31e2f23bbe885944c81d84e7982bd50f (patch)
tree3385816494bbc694b901138ff466f76003db19f8
parent1755ae1cd3d84f338d96be0247c68eb0eb124e63 (diff)
downloadnitro-46195b6c31e2f23bbe885944c81d84e7982bd50f.tar.gz
nitro-46195b6c31e2f23bbe885944c81d84e7982bd50f.tar.xz
nitro-46195b6c31e2f23bbe885944c81d84e7982bd50f.zip
remove debugging print
-rw-r--r--nitro.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nitro.c b/nitro.c
index b0651a3..8c35e13 100644
--- a/nitro.c
+++ b/nitro.c
@@ -1069,8 +1069,6 @@ notify(int i)
 			continue;
 
 		if (notifyprefix(services[i].name, name)) {
-prn(2, "check %s to file %s passed\n", services[i].name, name);
-
 			struct sockaddr_un addr = { 0 };
 			addr.sun_family = AF_UNIX;
 			strncpy(addr.sun_path, notifypath, sizeof addr.sun_path - 1);