summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qarshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qarshd.c b/qarshd.c
index ef0fc15..b911ef7 100644
--- a/qarshd.c
+++ b/qarshd.c
@@ -407,7 +407,7 @@ handle_qarsh()
}
break;
default:
- syslog(LOG_ERR, "Expected message type %s", qp_packet_type(qp->qp_type));
+ syslog(LOG_ERR, "Unexpected message type %s", qp_packet_type(qp->qp_type));
break;
}
nfd--;