mirror of
https://github.com/torproject/collector.git
synced 2024-11-23 09:29:46 +00:00
Adapt sync/ path to recent change.
This commit is contained in:
parent
7a33c3ed9c
commit
3081583d9f
@ -71,7 +71,7 @@ public class SyncManager {
|
||||
Path basePath = conf.getPath(Key.SyncPath);
|
||||
SyncPersistence persist = new SyncPersistence(conf);
|
||||
for (URL source : sources) {
|
||||
File base = new File(basePath.toFile(), source.getHost());
|
||||
File base = new File(basePath.toFile(), marker + "-" + source.getHost());
|
||||
log.info("Merging {} from {} into storage ...", marker,
|
||||
source.getHost());
|
||||
for (Map.Entry<String, Class<? extends Descriptor>> entry
|
||||
|
Loading…
Reference in New Issue
Block a user