From 62abaded3951eaf514af3336f6ffcf9cd56abc66 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 4 Aug 2010 02:27:34 +0800 Subject: bsc_msc: Fix the naming of this function. --- openbsc/src/bsc_msc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/bsc_msc.c') 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; } -- cgit v1.2.3