comparison src/java/de/intevation/mxd/writer/SymbolWriter.java @ 254:8e5d67c45b64

Changed logging from info to debug in writePicture.
author raimund renkert <raimund.renkert@intevation.de>
date Mon, 15 Aug 2011 13:39:42 +0200
parents 6b80e46b8f38
children 2cb2f26d0d54
comparison
equal deleted inserted replaced
253:cedb23deb057 254:8e5d67c45b64
241 * 241 *
242 * @param sym The symbol object. 242 * @param sym The symbol object.
243 * @param symElem The DOM element containing symbol informations. 243 * @param symElem The DOM element containing symbol informations.
244 */ 244 */
245 private void writePicture(symbolObj sym, Element symElem, String path) { 245 private void writePicture(symbolObj sym, Element symElem, String path) {
246 logger.info("writePicture(symbolObj, Element)"); 246 logger.debug("writePicture(symbolObj, Element)");
247 try { 247 try {
248 // Create the image as png. 248 // Create the image as png.
249 if(symElem.hasAttribute("picture")) { 249 if(symElem.hasAttribute("picture")) {
250 Base64 decoder = new Base64(); 250 Base64 decoder = new Base64();
251 // Decode the base64 string. 251 // Decode the base64 string.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)