mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix csync log encoding
This commit is contained in:
parent
9d0a8d35d8
commit
c0cf575ada
@ -57,7 +57,7 @@ void mirallLogCatcher(QtMsgType type, const char *msg)
|
||||
|
||||
void csyncLogCatcher(const char *msg)
|
||||
{
|
||||
Logger::instance()->csyncLog( msg );
|
||||
Logger::instance()->csyncLog( QString::fromUtf8(msg) );
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user