mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +00:00
add info to debug logs (#1495)
This commit is contained in:
parent
9a26ba0a72
commit
1a0aaf3123
@ -285,7 +285,7 @@ void ParseXml(const std::string& file) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (zoneID.value() != currentZoneID) {
|
if (zoneID.value() != currentZoneID) {
|
||||||
LOG_DEBUG("Skipping location because it is in %i and not the current zone (%i)", zoneID.value(), currentZoneID);
|
LOG_DEBUG("Skipping (%s) %i location because it is in %i and not the current zone (%i)", name, lot, zoneID.value(), currentZoneID);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user