From 8be1dd6ecd294bdc499e7aff8abd2a3960b43225 Mon Sep 17 00:00:00 2001 From: Emmanuel Blondel Date: Thu, 1 Aug 2024 16:08:24 +0200 Subject: [PATCH] remove wrong log text --- inst/actions/geosapi_publish_ogc_services.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/actions/geosapi_publish_ogc_services.R b/inst/actions/geosapi_publish_ogc_services.R index 97cb9068..1465e418 100644 --- a/inst/actions/geosapi_publish_ogc_services.R +++ b/inst/actions/geosapi_publish_ogc_services.R @@ -238,7 +238,7 @@ function(action, entity, config){ ) ) }else{ - errMsg <- sprintf("Upload from local file(s): no zipped file found for source '%s' (%s)", filepath, datasource) + errMsg <- sprintf("Upload from local file(s): no file found for source '%s' (%s)", filepath, datasource) config$logger.error(errMsg) stop(errMsg) }