Merge pull request #92 from painless-security/jennifer/reduce_logging
[trust_router.git] / mon / mons.c
index 72070cf..4aff0d1 100644 (file)
@@ -275,7 +275,7 @@ int mons_accept(MONS_INSTANCE *mons, int listen)
   int pid=-1;
 
   if (0 > (conn = tr_sock_accept(listen))) {
-    tr_err("mons_accept: Error accepting connection");
+    tr_debug("mons_accept: Error accepting connection");
     return 1;
   }