From 731d9dc9bdf967ecc3d544de62ced6c3c469f6fa Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 17 Sep 2017 14:46:44 -0700 Subject: DC download: tell user when no new dives were found Otherwise it almost looks like something went wrong with the download. Signed-off-by: Dirk Hohndel --- core/libdivecomputer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/libdivecomputer.c b/core/libdivecomputer.c index ebffad2bf..e6b600644 100644 --- a/core/libdivecomputer.c +++ b/core/libdivecomputer.c @@ -1121,6 +1121,7 @@ const char *do_libdivecomputer_import(device_data_t *data) /* TODO: Show the logfile to the user on error. */ dc_device_close(data->device); data->device = NULL; + dev_info(data, translate("gettextFromC", "No new dives downloaded from dive computer")); } dc_context_free(data->context); -- cgit v1.2.3-70-g09d2