chiark / gitweb /
udpkey.c: Fix format-string error.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 28 Jun 2013 19:27:42 +0000 (20:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 29 Jun 2013 09:43:49 +0000 (10:43 +0100)
udpkey.c

index 3341ff5ae0c850dee6d517051f2ec411c9c74611..d8845e1a9222b4b2d8f1baaa98314b5777f513b8 100644 (file)
--- a/udpkey.c
+++ b/udpkey.c
@@ -364,7 +364,7 @@ found:
   else {
     tsz = atoi(q);
     if (tsz <= 0 || tsz%8 || tsz/8 > k->mc->hashsz) {
-      complain(LOG_ERR, "bad tag size for mac `%s' in key %s",
+      complain(LOG_ERR, "bad tag size `%s' for mac `%s' in key %s",
               q, k->mc->name, d.buf);
       goto fail;
     }