1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

[dstore] leading file.searator in DSTORE_LOG_DIRECTORY not handled

This commit is contained in:
David McKnight 2011-02-04 14:46:15 +00:00
parent b3eb79726a
commit 5bef7a10ba

View file

@ -3626,8 +3626,6 @@ public final class DataStore
}
_userPreferencesDirectory = _userPreferencesDirectory + logDirectory + clientUserID;
System.out.println("pref dir ="+_userPreferencesDirectory);
System.out.println("log dir="+logDirectory);
File dirFile = new File(_userPreferencesDirectory);
if (!dirFile.exists()) {