bsc_msc: Fix the naming of this function.

This commit is contained in:
Holger Hans Peter Freyther
2010-08-04 02:27:34 +08:00
parent 71e90b8eea
commit 6d346d8931

View File

@@ -83,7 +83,7 @@ static int msc_connection_connect(struct bsc_fd *fd, unsigned int what)
socklen_t len = sizeof(val);
if ((what & BSC_FD_WRITE) == 0) {
LOGP(DMSC, LOGL_ERROR, "Callback but not readable.\n");
LOGP(DMSC, LOGL_ERROR, "Callback but not writable.\n");
return -1;
}