]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
Revert "Makefile: Fix compilation after header removal."
[paraslash.git] / client_common.c
index 94a6e86544e63824664b114cc400161d4e223684..f8ee80c9d7a01956769284eaa117f1606c59cd76 100644 (file)
@@ -452,8 +452,7 @@ out:
                return 0;
        btr_remove_node(&ct->btrn[0]);
        btr_remove_node(&ct->btrn[1]);
-       if (ret != -E_SERVER_CMD_SUCCESS && ret != -E_SERVER_CMD_FAILURE)
-               PARA_ERROR_LOG("%s\n", para_strerror(-ret));
+       PARA_NOTICE_LOG("closing connection (%s)\n", para_strerror(-ret));
        if (ct->scc.fd >= 0) {
                close(ct->scc.fd);
                ct->scc.fd = -1;