mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Minor glitch: missing print format placeholder.
This commit is contained in:
parent
70cc6e5ba7
commit
431750c25b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue