summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2014-03-10 23:18:34 +0000
committerJason Molenda <jmolenda@apple.com>2014-03-10 23:18:34 +0000
commit2528631f123e15d19b061ae80429c3949d0cc056 (patch)
treee92abc73285a12c2b3b1fcb1ca394ce61a9e4690 /lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
parent101390e116f59816f7dba4cb1d445b156a6c42b7 (diff)
downloadbcm5719-llvm-2528631f123e15d19b061ae80429c3949d0cc056.tar.gz
bcm5719-llvm-2528631f123e15d19b061ae80429c3949d0cc056.zip
Minor fix for a logging message.
llvm-svn: 203512
Diffstat (limited to 'lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp')
-rw-r--r--lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
index 5ba8ac2bf51..34fbd7adb3f 100644
--- a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
+++ b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
@@ -399,7 +399,7 @@ AppleGetPendingItemsHandler::GetPendingItems (Thread &thread, addr_t queue, addr
}
if (log)
- log->Printf ("AppleGetPendingItemsHandler called __introspection_dispatch_queue_get_pending_items (page_to_free == 0x%" PRIx64 ", size = %" PRId64 "), returned page is at 0x%" PRIx64 ", size %" PRId64 ", count = %" PRId64, page_to_free, page_to_free_size, return_value.items_buffer_ptr, return_value.items_buffer_ptr, return_value.count);
+ log->Printf ("AppleGetPendingItemsHandler called __introspection_dispatch_queue_get_pending_items (page_to_free == 0x%" PRIx64 ", size = %" PRId64 "), returned page is at 0x%" PRIx64 ", size %" PRId64 ", count = %" PRId64, page_to_free, page_to_free_size, return_value.items_buffer_ptr, return_value.items_buffer_size, return_value.count);
return return_value;
}
OpenPOWER on IntegriCloud