Browse Source

Fix typo

master
Con Kolivas 9 years ago
parent
commit
0af56e8b2a
  1. 2
      src/ckpool.c

2
src/ckpool.c

@ -1561,7 +1561,7 @@ static bool send_recv_path(const char *path, const char *msg)
LOGWARNING("Received: %s in response to %s request", response, msg);
dealloc(response);
} else
LOGWARNING("Received not response to %s request", msg);
LOGWARNING("Received no response to %s request", msg);
Close(sockd);
return ret;
}

Loading…
Cancel
Save