Mercurial > dive4elements > river
changeset 4201:221d255f7ec2
Update debug statement
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 22 Oct 2012 15:20:33 +0200 |
parents | 1f212836998e |
children | 1fa244f70ad5 |
files | flys-client/src/main/java/de/intevation/flys/client/client/ui/GaugeTree.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/GaugeTree.java Mon Oct 22 13:45:49 2012 +0200 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/GaugeTree.java Mon Oct 22 15:20:33 2012 +0200 @@ -112,7 +112,7 @@ for (int i = 0; i < data.length; i++) { DataList dl = data[i]; String state = dl.getState(); - GWT.log("GaugeTree - setData " + state); + GWT.log("GaugeTree - open " + state); if (state.equals("state.winfo.location_distance")) { Double ldfrom = null; Double ldto = null;