fix update error pos log

This commit is contained in:
James Seibel
2024-10-26 10:38:36 -05:00
parent 1819569090
commit b7c06dd4ba
@@ -269,7 +269,7 @@ public abstract class AbstractDataSourceHandler
}
catch (Exception e)
{
LOGGER.error("Error updating pos ["+updatePos+"], error: "+e.getMessage(), e);
LOGGER.error("Error updating pos ["+DhSectionPos.toString(updatePos)+"], error: "+e.getMessage(), e);
}
finally
{