fixed log import
This commit is contained in:
parent
6617655492
commit
d8f5d0ba53
|
@ -93,7 +93,6 @@ import org.json.JSONObject;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import com.allen_sauer.gwt.log.client.Log;
|
|
||||||
import com.google.gson.Gson;
|
import com.google.gson.Gson;
|
||||||
import com.google.gson.JsonObject;
|
import com.google.gson.JsonObject;
|
||||||
import com.google.gwt.user.client.Random;
|
import com.google.gwt.user.client.Random;
|
||||||
|
@ -271,7 +270,7 @@ public class GeoportalDataEntryServiceImpl extends RemoteServiceServlet implemen
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// general catch
|
// general catch
|
||||||
Log.error("General Error: ", e.getMessage());
|
LOG.error("General Error: ", e.getMessage());
|
||||||
monitoringActionsOnServer.setException(e);
|
monitoringActionsOnServer.setException(e);
|
||||||
monitoringActionsOnServer.setMonitoringTerminated(true);
|
monitoringActionsOnServer.setMonitoringTerminated(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue