diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2010-07-20 15:16:09 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2010-07-20 15:16:09 -0700 |
| commit | 9935a48e95e1a56b64f08e42abfae496f2906705 (patch) | |
| tree | 8ab1ae073072ab77d1a6f5010fbabbf497366ef3 /src/rt/rust_dom.cpp | |
| parent | 53f787e0b3ebe95f8b771d219eb4370f8871c4e8 (diff) | |
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 39124491a28..ac1e7d0cc42 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; |
