From 60594e54997adb7827ebcd0c29eb9601369f02c8 Mon Sep 17 00:00:00 2001 From: Walter Korman Date: Tue, 13 Aug 2002 23:09:25 +0000 Subject: [PATCH] Demoted log message to debug. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1640 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../threerings/cast/bundle/BundledComponentRepository.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/cast/bundle/BundledComponentRepository.java b/src/java/com/threerings/cast/bundle/BundledComponentRepository.java index 2ccb04101..266827c9f 100644 --- a/src/java/com/threerings/cast/bundle/BundledComponentRepository.java +++ b/src/java/com/threerings/cast/bundle/BundledComponentRepository.java @@ -1,5 +1,5 @@ // -// $Id: BundledComponentRepository.java,v 1.16 2002/07/24 22:24:05 mdb Exp $ +// $Id: BundledComponentRepository.java,v 1.17 2002/08/13 23:09:25 shaper Exp $ package com.threerings.cast.bundle; @@ -281,7 +281,7 @@ public class BundledComponentRepository TileSet aset = null; aset = (TileSet)BundleUtil.loadObject(_bundle, path); if (aset == null) { - Log.info("Falling back to default [path=" + path + "]."); + Log.debug("Falling back to default [path=" + path + "]."); // try loading the default tileset path = root + ActionSequence.DEFAULT_SEQUENCE + BundleUtil.TILESET_EXTENSION;