fix FreeBSD build error

- s/LogSP/Log */ in ProcessMonitorFreeBSD.cpp

llvm-svn: 189589
This commit is contained in:
Daniel Malea 2013-08-29 15:54:34 +00:00
parent 5ffab0959a
commit 70e7e19e57
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ ProcessFreeBSD::Terminate()
bool
ProcessFreeBSD::UpdateThreadList(ThreadList &old_thread_list, ThreadList &new_thread_list)
{
LogSP log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
log->Printf ("ProcessFreeBSD::%s() (pid = %i)", __FUNCTION__, GetID());