Skip to content

Commit

Permalink
* Fixed using tLog before Logger is initialized.
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 16, 2013
1 parent c07ac1c commit dcd253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/breakpad/BreakPad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ BreakPad::BreakPad( const QString& path, bool active )
else if ( QFileInfo( globalReporter ).exists() )
reporter = globalReporter;
else
tLog() << "Could not find \"" CRASH_REPORTER_BINARY "\" in \"" CMAKE_INSTALL_FULL_LIBEXECDIR "\" or application path";
qDebug() << "Could not find \"" CRASH_REPORTER_BINARY "\" in \"" CMAKE_INSTALL_FULL_LIBEXECDIR "\" or application path";

char* creporter;
std::string sreporter = reporter.toStdString();
Expand Down

0 comments on commit dcd253f

Please sign in to comment.