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:
parent
b3eb79726a
commit
5bef7a10ba
1 changed files with 0 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue