Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
b5e692bb
Commit
b5e692bb
authored
7 years ago
by
Konstantinos Sideris
Browse files
Options
Downloads
Patches
Plain Diff
Improve logging on event parsing failure
parent
7e24a468
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libs/matrix-structs
+1
-1
1 addition, 1 deletion
libs/matrix-structs
src/MatrixClient.cc
+1
-1
1 addition, 1 deletion
src/MatrixClient.cc
with
2 additions
and
2 deletions
matrix-structs
@
6bfd6362
Compare
d7227d21
...
6bfd6362
Subproject commit
d7227d213c253f784b3fd470e0ac98165d2de568
Subproject commit
6bfd6362c57e687904ed1fbb622f4bdaae038cc3
This diff is collapsed.
Click to expand it.
src/MatrixClient.cc
+
1
−
1
View file @
b5e692bb
...
...
@@ -238,7 +238,7 @@ MatrixClient::sync() noexcept
mtx
::
responses
::
Sync
response
=
nlohmann
::
json
::
parse
(
reply
->
readAll
());
emit
syncCompleted
(
response
);
}
catch
(
std
::
exception
&
e
)
{
qWarning
()
<<
"Sync malformed response"
<<
e
.
what
();
qWarning
()
<<
"Sync malformed response
:
"
<<
e
.
what
();
}
});
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment