diff options
| author | Roy Frostig <rfrostig@mozilla.com> | 2010-08-12 19:20:29 -0700 |
|---|---|---|
| committer | Roy Frostig <rfrostig@mozilla.com> | 2010-08-12 19:20:29 -0700 |
| commit | 73ee16b1a41fef7aeb7b08aaac835200ce857c48 (patch) | |
| tree | ff077923125d3e5f15e022af7bf8481020976325 /src/rt/rust_builtin.cpp | |
| parent | 8149bb14117123a0135eb255283508974976973a (diff) | |
| download | rust-73ee16b1a41fef7aeb7b08aaac835200ce857c48.tar.gz rust-73ee16b1a41fef7aeb7b08aaac835200ce857c48.zip | |
A little tidy-up that should have gone in with 4e376852e709844d67f94430d9dc954d5be722b4.
Diffstat (limited to 'src/rt/rust_builtin.cpp')
| -rw-r--r-- | src/rt/rust_builtin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index 5b1f7ae2947..6b1f7d198c4 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -112,8 +112,8 @@ extern "C" CDECL void vec_print_debug_info(rust_task *task, type_desc *ty, rust_vec *v) { task->log(rust_log::STDLIB, - "vec_print_debug_info(%" PRIxPTR ")" - " with tydesc %" PRIxPTR + "vec_print_debug_info(0x%" PRIxPTR ")" + " with tydesc 0x%" PRIxPTR " (size = %" PRIdPTR ", align = %" PRIdPTR ")" " alloc = %" PRIdPTR ", fill = %" PRIdPTR " , data = ...", v, ty, ty->size, ty->align, v->alloc, v->fill); |
