diff options
| author | Graydon Hoare <[email protected]> | 2010-07-20 15:16:09 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-20 15:16:09 -0700 |
| commit | 9935a48e95e1a56b64f08e42abfae496f2906705 (patch) | |
| tree | 8ab1ae073072ab77d1a6f5010fbabbf497366ef3 /src/rt/rust_dom.cpp | |
| parent | Fix more bad tabs in Makefile. (diff) | |
| download | rust-9935a48e95e1a56b64f08e42abfae496f2906705.tar.xz rust-9935a48e95e1a56b64f08e42abfae496f2906705.zip | |
Fix message formatting in runtime library.
Diffstat (limited to 'src/rt/rust_dom.cpp')
| -rw-r--r-- | src/rt/rust_dom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_dom.cpp b/src/rt/rust_dom.cpp index 39124491..ac1e7d0c 100644 --- a/src/rt/rust_dom.cpp +++ b/src/rt/rust_dom.cpp @@ -339,7 +339,7 @@ rust_dom::start_main_loop() I(this, scheduled_task->running()); log(rust_log::TASK, - "activating task 0x%" PRIxPTR ", sp=x%" PRIxPTR, + "activating task 0x%" PRIxPTR ", sp=0x%" PRIxPTR, (uintptr_t)scheduled_task, scheduled_task->rust_sp); interrupt_flag = 0; |