mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This commit removes some unnecessary calls to Path#toString when logging a path in OperationFileModeWatcher#onChage. The calls to Path#toString are not necessary since the logging infrastructure will do this anyway. Original commit: elastic/x-pack-elasticsearch@da1bc30d60