Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KRDC
Commits
0c820339
Commit
0c820339
authored
Jul 25, 2022
by
Aleix Pol Gonzalez
🐧
Browse files
vnc: Properly issue Critical messages
parent
dfc81952
Changes
1
Hide whitespace changes
Inline
Side-by-side
vnc/vncclientthread.cpp
View file @
0c820339
...
...
@@ -614,7 +614,7 @@ bool VncClientThread::clientCreate(bool reinitialising)
if
(
!
reinitialising
)
{
// Don't whine on reconnection failure: presumably the network
// is simply still down.
qCritical
(
KRDC
)
<<
"rfbInitClient failed"
;
qC
C
ritical
(
KRDC
)
<<
"rfbInitClient failed"
;
}
cl
=
nullptr
;
return
false
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment