Revision 39197

View differences:

branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.lib/org.gvsig.installer.lib.impl/src/main/java/org/gvsig/installer/lib/impl/execution/DefaultInstallPackageService.java
269 269
				packageStream = bis;
270 270
			} else {
271 271
				if (!isPackageSet(file)) {
272
					LOG.warn("Trying to install a package file ({0}) "
272
					LOG.info("Trying to install a package file ({0}) "
273 273
							+ "without a known file extension. Will try "
274 274
							+ "to install it as a package set", file);
275 275
				}
......
298 298
					packageStream = bis;
299 299
				} else {
300 300
					if (!isPackageSet(file)) {
301
						LOG.warn("Trying to install a package file ({0}) "
301
						LOG.info("Trying to install a package file ({0}) "
302 302
								+ "without a known file extension. Will try "
303 303
								+ "to install it as a package set", file);
304 304
					}
......
382 382
		} else {
383 383
			if (!isPackageSet(bundle)) {
384 384
				LOG
385
						.warn(
385
						.info(
386 386
								"Trying to add a package file ({0}) without a known "
387 387
										+ "file extension. Will try to add it as a package set",
388 388
								bundle);
......
394 394
			bis.close();
395 395
			fis.close();
396 396
		} catch (IOException e) {
397
			LOG.warn("Error closing the input streams of the package file: "
397
			LOG.info("Error closing the input streams of the package file: "
398 398
					+ bundle, e);
399 399
		}
400 400

  

Also available in: Unified diff