aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFileSpecList.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-09-21 06:45:51 +0000
committerGreg Clayton <gclayton@apple.com>2011-09-21 06:45:51 +0000
commitc1ef10f99e4d539b90be79c90b63f21d362a3fa4 (patch)
treef9d02432d140f5bc0c79854b1c2fc07a197862c5 /lldb/source/API/SBFileSpecList.cpp
parent5ce7f109cf91bd8237a73a68a487aae578078261 (diff)
downloadllvm-c1ef10f99e4d539b90be79c90b63f21d362a3fa4.zip
llvm-c1ef10f99e4d539b90be79c90b63f21d362a3fa4.tar.gz
llvm-c1ef10f99e4d539b90be79c90b63f21d362a3fa4.tar.bz2
Fixed two printf format errors.
llvm-svn: 140239
Diffstat (limited to 'lldb/source/API/SBFileSpecList.cpp')
-rw-r--r--lldb/source/API/SBFileSpecList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBFileSpecList.cpp b/lldb/source/API/SBFileSpecList.cpp
index 3abb4fc..af76218 100644
--- a/lldb/source/API/SBFileSpecList.cpp
+++ b/lldb/source/API/SBFileSpecList.cpp
@@ -36,7 +36,7 @@ SBFileSpecList::SBFileSpecList (const SBFileSpecList &rhs) :
if (log)
{
- log->Printf ("SBFileSpecList::SBFileSpecList (const SBFileSpecList rhs.ap=%p) => SBFileSpecList(%p): %s",
+ log->Printf ("SBFileSpecList::SBFileSpecList (const SBFileSpecList rhs.ap=%p) => SBFileSpecList(%p)",
rhs.m_opaque_ap.get(), m_opaque_ap.get());
}
}