udpkey.c: Fix format-string error.
[udpkey] / udpkey.c
index 3341ff5..d8845e1 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;
     }