From 9de956e0674f2e1592349a7d95f4ca03188a564f Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Mon, 25 Aug 2008 23:22:53 +0000 Subject: [PATCH] Still untested, but I saw this bug while reading my checkin. BRAINS! git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5341 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/Log.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/util/Log.as b/src/as/com/threerings/util/Log.as index 64390f97e..74d676407 100644 --- a/src/as/com/threerings/util/Log.as +++ b/src/as/com/threerings/util/Log.as @@ -213,7 +213,7 @@ public class Log // cache miss- copy some parent spec's level... var modSpec :String = spec; do { - var dex :int = modSpec.indexOf("."); + var dex :int = modSpec.lastIndexOf("."); if (dex == -1) { modSpec = ""; } else {