bsc_msc: Fix the naming of this function.
diff --git a/openbsc/src/bsc_msc.c b/openbsc/src/bsc_msc.c
index 5bc430e..a044606 100644
--- a/openbsc/src/bsc_msc.c
+++ b/openbsc/src/bsc_msc.c
@@ -84,7 +84,7 @@
 	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;
 	}