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
Valentin Platzgummer
qgroundcontrol
Commits
1233726e
Commit
1233726e
authored
Mar 25, 2018
by
DonLakeFlyer
Browse files
Better logging
parent
159bf923
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Terrain/TerrainQuery.cc
View file @
1233726e
...
@@ -104,7 +104,7 @@ void TerrainAirMapQuery::_requestFinished(void)
...
@@ -104,7 +104,7 @@ void TerrainAirMapQuery::_requestFinished(void)
QNetworkReply
*
reply
=
qobject_cast
<
QNetworkReply
*>
(
QObject
::
sender
());
QNetworkReply
*
reply
=
qobject_cast
<
QNetworkReply
*>
(
QObject
::
sender
());
if
(
reply
->
error
()
!=
QNetworkReply
::
NoError
)
{
if
(
reply
->
error
()
!=
QNetworkReply
::
NoError
)
{
qCDebug
(
TerrainQueryLog
)
<<
"_requestFinished error:"
<<
reply
->
error
();
qCDebug
(
TerrainQueryLog
)
<<
"_requestFinished error:
data
"
<<
reply
->
error
()
<<
reply
->
readAll
()
;
reply
->
deleteLater
();
reply
->
deleteLater
();
_requestFailed
();
_requestFailed
();
return
;
return
;
...
...
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