fixed log import

This commit is contained in:
Francesco Mangiacrapa 2024-10-15 13:59:45 +02:00
parent 6617655492
commit d8f5d0ba53
1 changed files with 1 additions and 2 deletions

View File

@ -93,7 +93,6 @@ import org.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.allen_sauer.gwt.log.client.Log;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import com.google.gwt.user.client.Random;
@ -271,7 +270,7 @@ public class GeoportalDataEntryServiceImpl extends RemoteServiceServlet implemen
} catch (Exception e) {
// general catch
Log.error("General Error: ", e.getMessage());
LOG.error("General Error: ", e.getMessage());
monitoringActionsOnServer.setException(e);
monitoringActionsOnServer.setMonitoringTerminated(true);