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