mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Fix typo in upcall_recv log message.
This commit is contained in:
@@ -262,7 +262,7 @@ upcall_recv(rust_task *task, uintptr_t *dptr, rust_port *port)
|
||||
LOG_UPCALL_ENTRY(task);
|
||||
rust_dom *dom = task->dom;
|
||||
dom->log(rust_log::UPCALL|rust_log::COMM,
|
||||
"upcall recv(dptr=0x" PRIxPTR ", port=0x%" PRIxPTR ")",
|
||||
"upcall recv(dptr=0x%" PRIxPTR ", port=0x%" PRIxPTR ")",
|
||||
(uintptr_t)dptr,
|
||||
(uintptr_t)port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user