mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 02:33:23 +00:00
GPS data: if deleting on server fails, remember to try again
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4d4f5ed89b
commit
956b864319
1 changed files with 2 additions and 1 deletions
|
@ -477,7 +477,8 @@ void GpsLocation::deleteFixesFromServer()
|
|||
status(QString("Server response:") + reply->readAll());
|
||||
}
|
||||
} else {
|
||||
status("Deleting on the server timed out");
|
||||
status("Deleting on the server timed out - try again later");
|
||||
m_deletedTrackers.prepend(gt);
|
||||
break;
|
||||
}
|
||||
reply->deleteLater();
|
||||
|
|
Loading…
Add table
Reference in a new issue