Added Logging for plausability
This commit is contained in:
parent
03322ea143
commit
5ebe843048
@ -43,6 +43,7 @@ namespace OSMImporter
|
||||
|
||||
private Region? LoadRegion(ulong id)
|
||||
{
|
||||
Console.WriteLine($"Load Region {id}");
|
||||
return Region.FromId(workingDirectory, id);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user