Browse Source

posix: remove frequent log in verbose mode

debug log with no additional informational benefit spams
output in verbose mode, therefore remove

Change-Id: Ifee01914a82a132a837e5e2caf6b7259700bda57
Signed-off-by: Adam Miartus <external.Adam.Miartus@de.bosch.com>
(cherry picked from commit 0b307cfca2)
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
tags/v1.9.15
Adam Miartus Filipe Coelho <falktx@falktx.com> 5 years ago
parent
commit
259a5ebc91
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      posix/JackSocketServerChannel.cpp

+ 0
- 1
posix/JackSocketServerChannel.cpp View File

@@ -229,7 +229,6 @@ bool JackSocketServerChannel::Execute()
// Poll all clients
for (unsigned int i = 1; i < fSocketTable.size() + 1; i++) {
int fd = fPollTable[i].fd;
jack_log("JackSocketServerChannel::Execute : fPollTable i = %ld fd = %ld", i, fd);
if (fPollTable[i].revents & ~POLLIN) {
jack_log("JackSocketServerChannel::Execute : poll client error err = %s", strerror(errno));
ClientKill(fd);


Loading…
Cancel
Save