aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 02:27:34 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 02:27:34 +0800
commit62abaded3951eaf514af3336f6ffcf9cd56abc66 (patch)
tree598a8c9d49c931bf364c7b0691cf5f0d90417c15
parent5c1e6cf5fc12c1668e2709f7040906f776d9cd49 (diff)
bsc_msc: Fix the naming of this function.
-rw-r--r--openbsc/src/bsc_msc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc_msc.c b/openbsc/src/bsc_msc.c
index 5bc430e26..a04460659 100644
--- a/openbsc/src/bsc_msc.c
+++ b/openbsc/src/bsc_msc.c
@@ -84,7 +84,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;
}