Update of /cvsroot/rails/18xx/rails/ui/swing/hexmap
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12970/rails/ui/swing/hexmap
Modified Files:
GUITile.java
Log Message:
Minor change in logging
Index: GUITile.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/ui/swing/hexmap/GUITile.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** GUITile.java 30 Aug 2009 15:18:24 -0000 1.14
--- GUITile.java 30 Aug 2009 18:13:29 -0000 1.15
***************
*** 140,147 ****
oldTrack.getEndPoint(prevTileSide));
} else {
- log.debug ("downgrading...");
// Assume there are only two exits
// (this is the only known case for downgrading:
! // #3->#7, #4->#9, #58->#8.
// Find the other new exit
int otherNewEndPoint = newTracks.get(0).getEndPoint(tempTileSide);
--- 140,146 ----
oldTrack.getEndPoint(prevTileSide));
} else {
// Assume there are only two exits
// (this is the only known case for downgrading:
! // #3->#7, #4->#9, #58->#8).
// Find the other new exit
int otherNewEndPoint = newTracks.get(0).getEndPoint(tempTileSide);
***************
*** 153,157 ****
continue rot;
}
!
}
}
--- 152,156 ----
continue rot;
}
! log.debug("[" + i + "," + j + "] Downgraded");
}
}
|