aboutsummaryrefslogtreecommitdiff
path: root/src/uk/ac/ox/cs/pagoda/util/Utility.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/util/Utility.java')
-rw-r--r--src/uk/ac/ox/cs/pagoda/util/Utility.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/util/Utility.java b/src/uk/ac/ox/cs/pagoda/util/Utility.java
index e98cc81..cef4abd 100644
--- a/src/uk/ac/ox/cs/pagoda/util/Utility.java
+++ b/src/uk/ac/ox/cs/pagoda/util/Utility.java
@@ -29,7 +29,7 @@ public class Utility {
29 private static StringBuilder logMessage = new StringBuilder(); 29 private static StringBuilder logMessage = new StringBuilder();
30 30
31 static { 31 static {
32 LOGS = Logger.getLogger("PAGOdA"); 32 LOGS = Logger.getLogger("Pagoda");
33 LOGS.setLevel(Level.DEBUG); 33 LOGS.setLevel(Level.DEBUG);
34 } 34 }
35 35
@@ -37,6 +37,10 @@ public class Utility {
37 outs.push(System.out); 37 outs.push(System.out);
38 } 38 }
39 39
40 static {
41
42 }
43
40 public static String getGlobalTempDirAbsolutePath() { 44 public static String getGlobalTempDirAbsolutePath() {
41 if(tempDir == null) { 45 if(tempDir == null) {
42 try { 46 try {