From d5315690a64ffc187c1dcad14a266423ec983093 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 13 Nov 2007 09:30:50 +0000 Subject: [PATCH] Log -> com.threerings.util.Log git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@345 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/AnimationManager.as | 2 ++ src/as/com/threerings/flash/MediaContainer.as | 1 + 2 files changed, 3 insertions(+) diff --git a/src/as/com/threerings/flash/AnimationManager.as b/src/as/com/threerings/flash/AnimationManager.as index e8a80bfc..5c83e99a 100644 --- a/src/as/com/threerings/flash/AnimationManager.as +++ b/src/as/com/threerings/flash/AnimationManager.as @@ -28,6 +28,8 @@ import flash.events.Event; import flash.utils.getTimer; // func import +import com.threerings.util.Log; + /** * Manages animations. */ diff --git a/src/as/com/threerings/flash/MediaContainer.as b/src/as/com/threerings/flash/MediaContainer.as index 6b826fd0..1012a8da 100644 --- a/src/as/com/threerings/flash/MediaContainer.as +++ b/src/as/com/threerings/flash/MediaContainer.as @@ -54,6 +54,7 @@ import flash.system.SecurityDomain; import flash.net.URLRequest; +import com.threerings.util.Log; import com.threerings.util.StringUtil; import com.threerings.util.ValueEvent; import com.threerings.util.Util;