From 09392a402de2ed4b509aa2ea0d6b4c198d93bbc7 Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 11 Oct 2007 19:36:40 +0000 Subject: [PATCH] Let's temporarily set up the bomb on anyone using the PrefsConfig on servers so that we can track down these culprits and nix 'em. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2237 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- src/java/com/samskivert/util/PrefsConfig.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/java/com/samskivert/util/PrefsConfig.java b/src/java/com/samskivert/util/PrefsConfig.java index 325ce439..2671b547 100644 --- a/src/java/com/samskivert/util/PrefsConfig.java +++ b/src/java/com/samskivert/util/PrefsConfig.java @@ -52,6 +52,9 @@ public class PrefsConfig extends Config { super(path); + System.err.println("O hai! I m ritin 2 ur harddisx!"); + Thread.dumpStack(); + // get a handle on the preferences instance that we'll use to override values in the // properties file try { @@ -71,6 +74,9 @@ public class PrefsConfig extends Config { super(path, props); + System.err.println("O hai! I m ritin 2 ur harddisx!"); + Thread.dumpStack(); + try { _prefs = Preferences.userRoot().node(path); } catch (AccessControlException ace) {