mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* Fixed using tLog before Logger is initialized.
This commit is contained in:
@@ -89,7 +89,7 @@ BreakPad::BreakPad( const QString& path, bool active )
|
|||||||
else if ( QFileInfo( globalReporter ).exists() )
|
else if ( QFileInfo( globalReporter ).exists() )
|
||||||
reporter = globalReporter;
|
reporter = globalReporter;
|
||||||
else
|
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;
|
char* creporter;
|
||||||
std::string sreporter = reporter.toStdString();
|
std::string sreporter = reporter.toStdString();
|
||||||
|
Reference in New Issue
Block a user