Project

General

Profile

« Previous | Next » 

Revision f3b620c8

Added by Andreas Kohlbecker almost 5 years ago

store updater thread wirth minimus priority

View differences:

src/main/java/org/cybertaxonomy/utis/utils/HttpClient.java
92 92
        // the Property contextPath is set by the ContextDependentInitializer in eubon-utis
93 93
        String subFilderName = System.getProperty("contextPath", "utis");
94 94
        tmpDir = new File(tmpDir, subFilderName);
95
        logger.debug(tmpDir.getAbsolutePath());
96 95
        FileUtils.forceMkdir(tmpDir);
96
        logger.info("using temp dir: " + tmpDir.getAbsolutePath());
97 97
        return tmpDir;
98 98
    }
99 99

  

Also available in: Unified diff