]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/util/IOUtils.java
Refactor DaemonCommand
[signal-cli] / src / main / java / org / asamk / signal / util / IOUtils.java
index aea49e091f579272a0f563077b08b203c04bed54..7f93417f12e06aedf6efb1d60b2dbf345f45edcb 100644 (file)
@@ -142,7 +142,7 @@ public class IOUtils {
                     ? ServerSocketChannel.open(StandardProtocolFamily.UNIX)
                     : ServerSocketChannel.open();
             serverChannel.bind(address);
-            logger.info("Listening on socket: " + address);
+            logger.debug("Listening on socket: " + address);
             postBind(address);
         } catch (IOException e) {
             throw new IOErrorException("Failed to bind socket " + address + ": " + e.getMessage(), e);