diff --git a/openbsc/src/bsc_msc.c b/openbsc/src/bsc_msc.c index 362450fa5..feccc1da5 100644 --- a/openbsc/src/bsc_msc.c +++ b/openbsc/src/bsc_msc.c @@ -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; }