mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove bogus html formatting tag.
This commit is contained in:
parent
d2301c811e
commit
89cfa387cd
@ -295,7 +295,6 @@ void CSyncThread::handleSyncError(CSYNC *ctx, const char *state) {
|
||||
const char *errMsg = csync_get_status_string( ctx );
|
||||
QString errStr = csyncErrorToString(err);
|
||||
if( errMsg ) {
|
||||
errStr += QLatin1String("<br/>");
|
||||
errStr += QString::fromUtf8(errMsg);
|
||||
}
|
||||
qDebug() << " #### ERROR during "<< state << ": " << errStr;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user