diff options
author | Nathan Straz <nstraz@redhat.com> | 2013-09-19 16:24:47 -0400 |
---|---|---|
committer | Nathan Straz <nstraz@redhat.com> | 2013-09-19 16:24:47 -0400 |
commit | fe8b924760c9ad8b81100a195f29b9c0eff54736 (patch) | |
tree | ca3b9f53332094efaef31084526a6c3f2bc10f99 | |
parent | 879838a0b5c395d7bef759b9d76eadefbe21d4c7 (diff) | |
download | qarsh-fe8b924760c9ad8b81100a195f29b9c0eff54736.tar.gz qarsh-fe8b924760c9ad8b81100a195f29b9c0eff54736.tar.xz qarsh-fe8b924760c9ad8b81100a195f29b9c0eff54736.zip |
Fix typo
-rw-r--r-- | qarshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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--; |