Fixed two printf format errors.

llvm-svn: 140239
This commit is contained in:
Greg Clayton
2011-09-21 06:45:51 +00:00
parent 5ce7f109cf
commit c1ef10f99e
2 changed files with 2 additions and 2 deletions

View File

@@ -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());
}
}