summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subsurface-core/gpslocation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurface-core/gpslocation.cpp b/subsurface-core/gpslocation.cpp
index ac694430f..361a1b23c 100644
--- a/subsurface-core/gpslocation.cpp
+++ b/subsurface-core/gpslocation.cpp
@@ -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();