Minor glitch: missing print format placeholder.

This commit is contained in:
Lucio De Re 2021-05-11 11:11:39 +02:00
parent 70cc6e5ba7
commit 431750c25b

View file

@ -973,7 +973,7 @@ runmsg(Aconn *a)
goto Failure;
}
if(chatty)
fprint(2, "request identities\n", nk);
fprint(2, "request %d identities\n", nk);
reply(a, &m);
break;